December 18, 2011
How to create a 'Share on Google plus' button
1 comment:
Author:
tec
at
12/18/2011 11:51:00 am
Labels:
google plus share button,
projects,
share on google plus button
We have seen websites sporting a 'Share on Facebook' button but I've not stumbled across any website that let's you share something on Google plus by simply clicking a button. Like Facebook's like button, Google has provided webmasters with a +1 button but that only let's you +1 it i.e you can not post your views, opinions whiling pressing the +1 button on a website.
Now you can add a button that allows users to share your website and their opinions on Google plus. Here's how:
This is the Javascript function:
Now you can associate this function to onclick event of any button or image and let users share you website on G+ like they do on Facebook.
Example:
Read More
Now you can add a button that allows users to share your website and their opinions on Google plus. Here's how:
This is the Javascript function:
function shareOnPlus(content){ window.open('https://m.google.com/app/plus/x/?v=compose&content='+content); }
Now you can associate this function to onclick event of any button or image and let users share you website on G+ like they do on Facebook.
Example:
<img src="icons/google_plus.png" alt="Share on Google plus" onclick="shareOnPlus('Interesting article at technoslab.blogspot.com');" />
Share on Google plus
December 17, 2011
How to create your own way2SMS API
11 comments:
Author:
tec
at
12/17/2011 11:02:00 am
Labels:
projects,
way2sms api,
way2sms php script
Many web browsers available to smartphone users are unable to display way2sms.com properly and because of that people use unofficial API of Way2SMS provided by some websites like freesmz.tk. So why not create your own instead of trusting someone else and using their service ?
One afternoon, I came up with this idea and I went ahead and used my skills at PHP to develop one for myself.
I didn't place input validation checks because it was meant for personal user only.
This uses cURL extension so make sure it's available on your server before tying to run this script.
Read More
One afternoon, I came up with this idea and I went ahead and used my skills at PHP to develop one for myself.
I didn't place input validation checks because it was meant for personal user only.
This uses cURL extension so make sure it's available on your server before tying to run this script.
December 16, 2011
Send unlimited anonymous SMS upto 440 chars
Send unlimited anonymous SMS upto 440 chars.
Features:
Goto: http://www.smsmaza.tk/
Read More
Features:
- Sender ID is DM-034520
- Messages don't include ads.
- DND activated numbers do not receive SMS.
Goto: http://www.smsmaza.tk/
(Credits: kushal33)
Generate fake Siri Screenshots
This website lets you generate fake screenshots of conversation with Apple's voice assistant 'Siri'.
Why generate fake screenshots ? To make Siri look stupid, fool you friends on Facebook or simply goof around.
The website generates and then stores screenshots making it easy to share them on social networking sites, blogs and other websites.
Try it out: http://ifakesiri.com/
December 15, 2011
Subscribe to:
Posts (Atom)