Jump to content
xt:Commerce Community Forum

Facebook Heise Lösung einbauen?


Le-Seaw

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...