Le-Seaw Posted April 12, 2012 Report Share Posted April 12, 2012 Hallo, irgendwie stehe ich heute auf dem Schlauch und bitte um Hilfe. Habe vor dies hier einzubauen. Dokumentation – heise „socialSharePrivacy“–Plug-In gemacht habe ich in xtCore/Display.php in head eingesetzt <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.socialshareprivacy.js"></script> <script type="text/javascript"> jQuery(document).ready(function($){ if($('#socialshareprivacy').length > 0){ $('#socialshareprivacy').socialSharePrivacy(); } }); </script> und im Body noch das rein: <div id="socialshareprivacy"></div> in product.html im Template das rein: </script> $('#socialshareprivacy').socialSharePrivacy({ services : { facebook : { 'perma_option': 'off' }, twitter : { 'status' : 'off' }, gplus : { 'display_name' : 'Google Plus' } }, 'cookie_domain' : 'domain.de' }); </script> irgendwie stehe ich heute neben mir Was habe ich übersehen? Link to comment Share on other sites More sharing options...
Guest Posted April 12, 2012 Report Share Posted April 12, 2012 Der letzte Code-Schnipsel bei dir beginnt mit </script>. Da würd ich mal anfangen... Link to comment Share on other sites More sharing options...
Le-Seaw Posted April 12, 2012 Author Report Share Posted April 12, 2012 Das war es leider nicht Link to comment Share on other sites More sharing options...
df:bug Posted April 12, 2012 Report Share Posted April 12, 2012 Hallo, wurde das Script im Template mit {literal} {/literal} eingebunden? Link: {literal} | Smarty Viele Grüße, Stefan Link to comment Share on other sites More sharing options...
Le-Seaw Posted April 12, 2012 Author Report Share Posted April 12, 2012 na dran, habe aber irgendwo einen fehler, denke bei dem einbau im head. mit literal lagst du richtig übrigens er zeigt alles an nur nicht die sachen mit fb und twitter Link to comment Share on other sites More sharing options...
wirverbindenwelten.de Posted April 18, 2012 Report Share Posted April 18, 2012 warum schiebst Du das bereits im head gesetzte $('#socialshareprivacy').socialSharePrivacy({...}) nochmal in das Produkttemplate? Es reicht wenn es im head steht. Link to comment Share on other sites More sharing options...
Le-Seaw Posted April 18, 2012 Author Report Share Posted April 18, 2012 ist schon gelöst, siehe http://www.xt-commerce.com/forum/fragen-zur-software/87891-anleitung-2klicks-f-r-twitter-facebook-und-g.html Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.