Community Forums

How to Add Facebook Like Social Plugin on Your Shop ?

General support for technical problems with OpenCart v1.x

How to Add Facebook Like Social Plugin on Your Shop ?

Postby SunehraTech » Mon Jul 30, 2012 10:08 pm

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
Last edited by SunehraTech on Mon Jul 30, 2012 11:49 pm, edited 1 time in total.
SunehraTech
 
Posts: 30
Joined: Sat Jun 23, 2012 5:19 pm

Re: How to Add Facebook Like Social Plugin on Your Shop ?

Postby jimmyphong » Mon Jul 30, 2012 10:35 pm

where you wanna put ?
ex: header , footer ....
jimmyphong
 
Posts: 159
Joined: Fri Aug 12, 2011 6:48 pm

Re: How to Add Facebook Like Social Plugin on Your Shop ?

Postby SunehraTech » Mon Jul 30, 2012 10:54 pm

Footer
SunehraTech
 
Posts: 30
Joined: Sat Jun 23, 2012 5:19 pm

Re: How to Add Facebook Like Social Plugin on Your Shop ?

Postby SunehraTech » Mon Jul 30, 2012 11:49 pm

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
SunehraTech
 
Posts: 30
Joined: Sat Jun 23, 2012 5:19 pm

Re: How to Add Facebook Like Social Plugin on Your Shop ?

Postby SunehraTech » Tue Jul 31, 2012 11:20 pm

anyoneeeeeeeeeeeeeee
SunehraTech
 
Posts: 30
Joined: Sat Jun 23, 2012 5:19 pm

Re: How to Add Facebook Like Social Plugin on Your Shop ?

Postby jimmyphong » Wed Aug 01, 2012 3:30 pm

post you footer.tpl to here !!
im help you edit it !!
jimmyphong
 
Posts: 159
Joined: Fri Aug 12, 2011 6:48 pm

Re: How to Add Facebook Like Social Plugin on Your Shop ?

Postby SunehraTech » Wed Aug 01, 2012 6:36 pm

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&amp;width=292&amp;height=290&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=false&amp;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>
SunehraTech
 
Posts: 30
Joined: Sat Jun 23, 2012 5:19 pm

Re: How to Add Facebook Like Social Plugin on Your Shop ?

Postby jimmyphong » Wed Aug 01, 2012 7:19 pm

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>
jimmyphong
 
Posts: 159
Joined: Fri Aug 12, 2011 6:48 pm

Re: How to Add Facebook Like Social Plugin on Your Shop ?

Postby SunehraTech » Wed Aug 01, 2012 7:34 pm

nopes... not working u can check my website.. also it's in spanish
SunehraTech
 
Posts: 30
Joined: Sat Jun 23, 2012 5:19 pm

Re: How to Add Facebook Like Social Plugin on Your Shop ?

Postby jimmyphong » Wed Aug 01, 2012 8:52 pm

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>
jimmyphong
 
Posts: 159
Joined: Fri Aug 12, 2011 6:48 pm

Re: How to Add Facebook Like Social Plugin on Your Shop ?

Postby SunehraTech » Thu Aug 02, 2012 10:52 am

still not working dude check please my website
SunehraTech
 
Posts: 30
Joined: Sat Jun 23, 2012 5:19 pm

Re: How to Add Facebook Like Social Plugin on Your Shop ?

Postby SunehraTech » Thu Aug 02, 2012 6:55 pm

anyoneeeeeeeeee ? ?
SunehraTech
 
Posts: 30
Joined: Sat Jun 23, 2012 5:19 pm


Return to General Support

Who is online

Users browsing this forum: bestwebs1, Fond, Google [Bot], granddaddy, nabouill, parag_gajjar_hi, Wooly and 76 guests

Hosted by Arvixe Web Hosting