Jump to content

Social Media options on home page


vidmarc

Recommended Posts

Only adds buttons to product pages.

There's an option for "product detail and site documents" which I could never get to work. Does anybody know how to get the links to display on other non product pages?

Link to comment
Share on other sites

If you're still using Blueprint, this is what I did to get icons in the header:

<div class="row clearfix" style="overflow: visible;"><!-- Visible overflow required for mobile logo shrink -->
							<div class="fivecol">
								<div id="logo">
											<a href="{$STORE_URL}/index.php" title="{$LANG.common.home}">
											{if file_exists("skins/{$SKIN_FOLDER}/images/logo/default.png")}
											<img src="{$STORE_LOGO}" alt="{$META_TITLE}" />
											{else}
											<span>{* TODO: Insert store name text *}</span>
											{/if}
											</a>
								</div><!--/#div logo-->
							</div><!--/#div fivecol-->
							<div class="fourcol">
											<!-- Comodo SSL badge -->
											<a href="https://www.xxx" style="font-family: arial; font-size: 10px; color: #212121; text-decoration: none;">
											<img src="https://www.xxx/images-new/xxx.png" alt="SSL Certificate" title="SSL Certificate" /></a>					
											<!-- end SSL badge -->
											&nbsp; &nbsp;
											<!--Sitelock Badge-->
											<a href="#" onclick="window.open('https://www.sitelock.com/verify.php?site=xxx','SiteLock');" ><img alt="website security" title="SiteLock"  src="//shield.sitelock.com/shield/xxxx" /></a>
											<!--end SiteLock Badge-->
											&nbsp; &nbsp;
											<!--UpFront badge-->
											<a class="tf_upfront_badge" href="//www.thefind.com/store/axxx" title="TheFind Upfront"><img src="//upfront.thefind.com/images/badges/s/12/11/xxx.png" alt="Dirty Butter Plush Animal Shoppe is an Upfront Merchant on TheFind. Click for info." /></a>
											  <script type="text/javascript">
												(function() {
												  var upfront = document.createElement('SCRIPT'); upfront.type = "text/javascript"; upfront.async = true;
												  upfront.src = document.location.protocol + "//upfront.thefind.com/scripts/main/utils-init-ajaxlib/upfront-badgeinit.js";
												  upfront.text = "thefind.upfront.init('tf_upfront_badge', 'xxx')";
												  document.getElementsByTagName('HEAD')[0].appendChild(upfront);
												})();
											  </script>
											<!--end badge-->
							</div> <!--/#fourcol div -->

 

Hope that gives you some ideas.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...