Jump to content

Adding Facebook, Google, Twitter, and other social media buttons to CMS pages for 1.5?


buggindave

Recommended Posts

I have a Social Media module, but it only adds Facebook Like, Twitter Tweet, ect to the product page. I post regular blogs, caresheets, and other SEO articles on the CMS system of my Prestashop 1.5.6 store at SmallPetFeeders.com, so I would like to add Share, Like, Tweet, +1, ect buttons to the CMS pages.

 

Is there a module out there, preferably free obviously, that would solve this?

 

Thanks!

-Dave

  • Like 1
Link to comment
Share on other sites

After this code

{if $facebook_url != ''}<li class="facebook"><a href="{$facebook_url|escape:html:'UTF-8'}">{l s='Facebook' mod='blocksocial'}</a></li>{/if}
{if $twitter_url != ''}<li class="twitter"><a href="{$twitter_url|escape:html:'UTF-8'}">{l s='Twitter' mod='blocksocial'}</a></li>{/if}
{if $rss_url != ''}<li class="rss"><a href="{$rss_url|escape:html:'UTF-8'}">{l s='RSS' mod='blocksocial'}</a></li>{/if}

put this:

<li class="yoursocial"><a href="http://www.linktoyoursocial.com"</a></li>
Link to comment
Share on other sites

  • 10 months later...

Hi. I used the Addthis social plugin (the one made for newsletters) and just added the source code to my cms page at the bottom and then centered it. The only setback is that you can only use one page as a landing page for when people want to share your link. You can change this by changing the customized setting for each page and copying the code each time. It's tedious but it's a quick fix for now.
 
1. go to dashboard
2. scroll down to "share tools"
3. use "newsletter sharing buttons"
4. customize your block
5. add your code to the cms page using the "source code" tool

6. change your customization on add this for each page. For example (If you wanted to add the bar to an "about page," you would customize the code specifically for that page, save it, then add it to the page. Then if you wanted to add the bar to a "press page," you would customize the code again for that page, update it, then use that code for that particular page.
 
there is no span tags or scripts so everything works

 

 

Pic 1 ---> http://oi59.tinypic.com/33zcv9j.jpg

Pic 2 ---> http://postimg.org/image/cdd9qmjd9

Pic 3 ---> http://postimg.org/image/m2lbfxktn

Pic 4 ---> http://postimg.org/image/nh2wppuvb

Edited by The Fuzzy Pineapple (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...