SimplePortal

Support => English Support => Topic started by: DJW on August 20, 2013, 07:33:05 AM

Title: Share This
Post by: DJW on August 20, 2013, 07:33:05 AM
Hi,

I hope someone can help I want to implement a share this egg.

Code: [Select]
<div id='shareThisShareEgg' class='shareEgg'></div>
Code: [Select]
<script type='text/javascript'>stlib.shareEgg.createEgg('shareThisShareEgg', ['facebook','twitter','linkedin','pinterest','googleplus','delicious','digg','reddit','stumbleupon','email'], {title:'ShareThis Rocks!!!',url:'http://www.sharethis.com',theme:'shareegg'});</script>
So I insert the above in a block, what do I do with the code below that needs to be at the end of the head tag?

Code: [Select]
<script type="text/javascript" src="http://w.sharethis.com/gallery/shareegg/shareegg.js"></script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "a2f9e167-d713-4dba-9cd3-9f0d7c4ddffe", doNotHash: false, doNotCopy: false, hashAddressBar: false, onhover:false});</script>
Title: Re: Share This
Post by: [SiNaN] on August 21, 2013, 09:08:18 AM
Welcome to SimplePortal!

Normally you'll have to edit your theme's index.template.php file to add something between the <head></head> tags. You could also add it $contex['html_headers'] index in one of the source files. However the easiest would be to put them all into a single Custom HTML block, like this:

Code: [Select]
<div id="shareThisShareEgg" class="shareEgg"></div>
<script type="text/javascript" src="http://w.sharethis.com/gallery/shareegg/shareegg.js"></script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "a2f9e167-d713-4dba-9cd3-9f0d7c4ddffe", doNotHash: false, doNotCopy: false, hashAddressBar: false, onhover:false});</script>
<script type='text/javascript'>stlib.shareEgg.createEgg('shareThisShareEgg', ['facebook','twitter','linkedin','pinterest','googleplus','delicious','digg','reddit','stumbleupon','email'], {title:'ShareThis Rocks!!!',url:'http://www.sharethis.com',theme:'shareegg'});</script>
Title: Re: Share This
Post by: DJW on August 28, 2013, 04:43:51 AM
Thanks for the reply, Already sorted.
SimplePortal 2.3.8 © 2008-2024, SimplePortal