Create a facebook like button and twitter share button
Tech-Today

Create a facebook like button and twitter share button


1.) To create a twitter share button, simply go to this URL: http://twitter.com/about/resources/tweetbutton. Customized the look of the widget, copy the code and paste it on your website.

2.) The same steps applies for facebook. Go to this url: http://developers.facebook.com/docs/reference/plugins/like/. To get the code facebook needs to confirm your account, and 1 way is to verify it though phone: http://www.facebook.com/confirmphone.php

Twitter code like:
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="czetsuya">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>

FB Code
<div id="fb-root">
</div>
<script src="http://connect.facebook.net/en_US/all.js#appId=187646497951689&xfbml=1"></script>
<fb:like href="http://www.facebook.com/KalidadPrintsAndFavors" send="true" layout="button_count" show_faces="true" action="recommend" font=""></fb:like>




- Social Login Using Rest Fb
This is an implementation tutorial on how we can use REST FB to enable facebook social login on our web application. Basically, it's a project created from javaee7-war template. To run this app you need to set up a Facebook application with callback...

- How To Create A Data Table In Angular Using Ngtable
I'm trying to evaluate front end frameworks since it's becoming more and more popular lately (I'm more of a backend developer using primefaces). And so I'm looking at angular2 and react, but in this tutorial we will be trying to develop...

- How To Change Jquery's Dialog Button Label At Run Time
Recently I've used a 3rd party jquery library that pops up a jquery dialog with form content. However if has a default button Save and Cancel, which most of the time is ok, but sometimes you have need to localized or change the label depending on...

- How To Use Syntaxhighlighter V3.0.83 On Blogger
The previous version of syntaxhighlighter uses flash to render the code, but in this version they are only using javascript. Here's how I integrated syntaxhighlighter to this blogger blog. Sample Source Code <pre class="brush: java"> public...

- How To Fix The Css Hover In Ie7 And How Implement Gzip In Your Page
Tool: php, zencart Recently I've encountered a problem with regards to a css dropdown menu. You can see it here: http://topamanila.com. It's the usual dropdown however the css tags aside from all the browsers like safari, firefox, ie7, opera,...



Tech-Today








.