Page 1 of 1
How to Add Facebook Like Social Plugin on Your Shop ?
Posted: Tue Jul 31, 2012 6:08 am
by SunehraTech
Well, I have done putting it in my shop
check
http://www.sunehratech.pk
IN FOOTER THERE IS OPTION
But i just want to ask please that if i can adjust it? means it is displaying below my Text Newsletter.. I just want to adjust it so it shows ON THE RIGHT to my Extras like Newsletter etc. please help thanks
Re: How to Add Facebook Like Social Plugin on Your Shop ?
Posted: Tue Jul 31, 2012 6:35 am
by jimmyphong
where you wanna put ?
ex: header , footer ....
Re: How to Add Facebook Like Social Plugin on Your Shop ?
Posted: Tue Jul 31, 2012 6:54 am
by SunehraTech
Footer
Re: How to Add Facebook Like Social Plugin on Your Shop ?
Posted: Tue Jul 31, 2012 7:49 am
by SunehraTech
Well, I have done putting it in my shop
check
http://www.sunehratech.pk
IN FOOTER THERE IS OPTION
But i just want to ask please that if i can adjust it? means it is displaying below my Text Newsletter.. I just want to adjust it so it shows ON THE RIGHT to my Extras like Newsletter etc. please help thanks
Re: How to Add Facebook Like Social Plugin on Your Shop ?
Posted: Wed Aug 01, 2012 7:20 am
by SunehraTech
anyoneeeeeeeeeeeeeee
Re: How to Add Facebook Like Social Plugin on Your Shop ?
Posted: Wed Aug 01, 2012 11:30 pm
by jimmyphong
post you footer.tpl to here !!
im help you edit it !!
Re: How to Add Facebook Like Social Plugin on Your Shop ?
Posted: Thu Aug 02, 2012 2:36 am
by SunehraTech
There you go
Code: Select all
<div id="footer">
<div class="column">
<h3><?php echo $text_information; ?></h3>
<ul>
<?php foreach ($informations as $information) { ?>
<li><a href="<?php echo $information['href']; ?>"><?php echo $information['title']; ?></a></li>
<?php } ?>
</ul>
</div>
<div class="column">
<h3><?php echo $text_service; ?></h3>
<ul>
<li><a href="<?php echo $contact; ?>"><?php echo $text_contact; ?></a></li>
<li><a href="<?php echo $return; ?>"><?php echo $text_return; ?></a></li>
<li><a href="<?php echo $sitemap; ?>"><?php echo $text_sitemap; ?></a></li>
</ul>
</div>
<div class="column">
<h3><?php echo $text_extra; ?></h3>
<ul>
<li><a href="<?php echo $voucher; ?>"><?php echo $text_voucher; ?></a></li>
<li><a href="<?php echo $special; ?>"><?php echo $text_special; ?></a></li>
<li><a href="<?php echo $newsletter; ?>"><?php echo $text_newsletter; ?></a></li>
</ul>
<div align="right"><iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FSunehraTech.PK&width=292&height=290&colorscheme=light&show_faces=true&border_color&stream=false&header=true" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:145px;" allowTransparency="true"></iframe></div>
</div>
<div class="column">
</div>
<div id="powered">
<div id="powered">
<div align="right"><font color="red"><b>A Project of <a href="http://www.sarwar.com.pk">Sarwar Group of Companies</a> & Designed by: <a href="http://www.sunehratech.pk">SunehraTech</a></div></b> </font>
</div>
</div>
</body></html>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33624159-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
Re: How to Add Facebook Like Social Plugin on Your Shop ?
Posted: Thu Aug 02, 2012 3:19 am
by jimmyphong
try with my code !!
Code: Select all
<div id="footer">
<?php if ($informations) { ?>
<div class="column">
<h3><?php echo $text_information; ?></h3>
<ul>
<?php foreach ($informations as $information) { ?>
<li><a href="<?php echo $information['href']; ?>"><?php echo $information['title']; ?></a></li>
<?php } ?>
</ul>
</div>
<?php } ?>
<div class="column">
<h3><?php echo $text_service; ?></h3>
<ul>
<li><a href="<?php echo $contact; ?>"><?php echo $text_contact; ?></a></li>
<li><a href="<?php echo $return; ?>"><?php echo $text_return; ?></a></li>
<li><a href="<?php echo $sitemap; ?>"><?php echo $text_sitemap; ?></a></li>
</ul>
</div>
<div class="column">
<h3><?php echo $text_extra; ?></h3>
<ul>
<li><a href="<?php echo $manufacturer; ?>"><?php echo $text_manufacturer; ?></a></li>
<li><a href="<?php echo $voucher; ?>"><?php echo $text_voucher; ?></a></li>
<li><a href="<?php echo $affiliate; ?>"><?php echo $text_affiliate; ?></a></li>
<li><a href="<?php echo $special; ?>"><?php echo $text_special; ?></a></li>
</ul>
</div>
<div class="column">
<div class="fb-like" data-href="http://www.sunehratech.pk/" data-send="true" data-width="25%" data-show-faces="true"></div>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/vi_VN/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
</div>
</div>
<div id="powered"><?php echo $powered; ?></div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33624159-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</div>
</body></html>
Re: How to Add Facebook Like Social Plugin on Your Shop ?
Posted: Thu Aug 02, 2012 3:34 am
by SunehraTech
nopes... not working u can check my website.. also it's in spanish
Re: How to Add Facebook Like Social Plugin on Your Shop ?
Posted: Thu Aug 02, 2012 4:52 am
by jimmyphong
agian , first code i miss this as you url !
Code: Select all
<div id="footer">
<?php if ($informations) { ?>
<div class="column">
<h3><?php echo $text_information; ?></h3>
<ul>
<?php foreach ($informations as $information) { ?>
<li><a href="<?php echo $information['href']; ?>"><?php echo $information['title']; ?></a></li>
<?php } ?>
</ul>
</div>
<?php } ?>
<div class="column">
<h3><?php echo $text_service; ?></h3>
<ul>
<li><a href="<?php echo $contact; ?>"><?php echo $text_contact; ?></a></li>
<li><a href="<?php echo $return; ?>"><?php echo $text_return; ?></a></li>
<li><a href="<?php echo $sitemap; ?>"><?php echo $text_sitemap; ?></a></li>
</ul>
</div>
<div class="column">
<h3><?php echo $text_extra; ?></h3>
<ul>
<li><a href="<?php echo $manufacturer; ?>"><?php echo $text_manufacturer; ?></a></li>
<li><a href="<?php echo $voucher; ?>"><?php echo $text_voucher; ?></a></li>
<li><a href="<?php echo $affiliate; ?>"><?php echo $text_affiliate; ?></a></li>
<li><a href="<?php echo $special; ?>"><?php echo $text_special; ?></a></li>
</ul>
</div>
<div class="column">
<div class="fb-like-box" data-href="http://www.facebook.com/SunehraTech.PK" data-width="23%" data-show-faces="true" data-border-color="#fff" data-stream="false" data-header="false"></div>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/vi_VN/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
</div>
</div>
<div id="powered"><?php echo $powered; ?></div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33624159-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</div>
</body></html>
Re: How to Add Facebook Like Social Plugin on Your Shop ?
Posted: Thu Aug 02, 2012 6:52 pm
by SunehraTech
still not working dude check please my website
Re: How to Add Facebook Like Social Plugin on Your Shop ?
Posted: Fri Aug 03, 2012 2:55 am
by SunehraTech
anyoneeeeeeeeee ? ?