buggindave Posted March 30, 2014 Share Posted March 30, 2014 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 1 Link to comment Share on other sites More sharing options...
dioniz Posted March 30, 2014 Share Posted March 30, 2014 You can hardcode those links in blocksocial.tpl. That would be free Link to comment Share on other sites More sharing options...
buggindave Posted March 30, 2014 Author Share Posted March 30, 2014 Is there a specific code snippet that I can put on a specific line? I only have a relatively novice skill with coding. 1 Link to comment Share on other sites More sharing options...
dioniz Posted March 30, 2014 Share Posted March 30, 2014 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 More sharing options...
dioniz Posted March 30, 2014 Share Posted March 30, 2014 Oh and do it in yourtheme/modules/blocksocial/blocksocial.tpl Link to comment Share on other sites More sharing options...
buggindave Posted March 30, 2014 Author Share Posted March 30, 2014 And this is supposed to add the Social Media "Like" buttons to CMS pages that show on product pages? Because it looks like thatcode just adds a new button/link to the already existing buttons... Link to comment Share on other sites More sharing options...
dioniz Posted March 30, 2014 Share Posted March 30, 2014 Oh sorry, i thought you meant this module Link to comment Share on other sites More sharing options...
vekia Posted March 30, 2014 Share Posted March 30, 2014 hello you can use free addthis snippet, just use the addthis code in your cms.tpl file effect will look like: Link to comment Share on other sites More sharing options...
buggindave Posted March 31, 2014 Author Share Posted March 31, 2014 Thanks! I'm going to use that, but I'd really like "Like" and "Tweet" buttons at the top of the CMS article. Any idea? -Dave 1 Link to comment Share on other sites More sharing options...
buggindave Posted April 2, 2014 Author Share Posted April 2, 2014 Anyone know a good module to add Facebook "Like" buttons to CMS pages? 1 Link to comment Share on other sites More sharing options...
The Fuzzy Pineapple Posted February 27, 2015 Share Posted February 27, 2015 (edited) 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 dashboard2. scroll down to "share tools"3. use "newsletter sharing buttons"4. customize your block5. 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 February 27, 2015 by The Fuzzy Pineapple (see edit history) Link to comment Share on other sites More sharing options...
The Fuzzy Pineapple Posted February 27, 2015 Share Posted February 27, 2015 Yes. I have provided the tutorial here on this thread. If you have any questions, please let me know. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now