Customizing SMF > Mod Requests
I need a mod where users can click to follow on twitter and like facebook page
Illori:
then you need to use version emulation to uninstall it. http://wiki.simplemachines.org/smf/How_can_install_a_mod_that_doesn't_work_in_my_SMF_version
neyola:
Thanks.. AFter emulating, It showed the icon to install which I did. It works but this isn't exactly what I want.
It gives links to facebook and twitter page. I want a one touch button to like my page on facebook and one touch button to follow on twitter. No long thing!
K@:
A search for "Like": http://custom.simplemachines.org/mods/index.php?action=search;basic_search=like
Don't know if we have a "Follow" one, though.
neyola:
This mod is close but I couldn't install because it was conflicting with some other codes in the php file.
The mod is http://custom.simplemachines.org/mods/index.php?mod=3128
ANy help?
Antes:
Manuel edit?
Index.template.php (open)
--- Code: (find) --- <div id="footer_section"><div class="frame">
<ul class="reset">
--- End code ---
--- Code: (change) --- <div id="footer_section"><div class="frame">
<ul class="reset">
<li><a href="https://twitter.com/YourTwitterID" class="twitter-follow-button" data-show-count="false">Follow @twitter</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> || <div class="fb-like" data-href="URL-to-Like" data-send="false" data-layout="button_count" data-show-faces="false"><></li>
--- End code ---
Change the IDs/Adresses as you like.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version