Google+ Content Recommendations is a great way to add more interactivity to your mobile site. Google has introduced this new feature to enhance the Google+ integration with your site, recommending the articles which have been +1 by your visitors and lead them to deeper engagement with your site.
It will work on the latest Android as well as iOS browsers on the native Android browser, Safari, and Chrome. You can increase mobile site pageviews for sure by adding this feature in a few minutes.

Add Google+ Content Recommendations
For most websites and blogs which already display the +1 button or Google+ badges, it means simply editing a single line of code. Here is the code you need to add or edit.
1. Link to Publisher Profile – We already had the link to our Google+ publisher profile in the HEAD tags of the HTML. Most sites have this code as it is essential for integrating your site Google+ page.
<link href="https://plus.google.com/104720479662987122222/" rel="publisher" />
That long number 104720479662987122222 is our publisher ID. You need to replace it with your page ID.
2. Add the Google+ Script to Footer. Again we already had it loaded in the footer as we display +1 buttons.
<script type="text/javascript"> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script>
3. Add Publisher ID to the Google+ Script. This is the only single code change everyone needs to do if you already have the earlier codes loaded up.
We need to replace
https://apis.google.com/js/plusone.js
with
https://apis.google.com/js/plusone.js?publisherid=104720479662987122222
Remember to replace our page ID with your page ID for this to work. So now the final script posted in our footer looks like this.
<script type="text/javascript"> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js?publisherid=104720479662987122222'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script>
You can then configure your settings from the Google+ dashboard and choose to disable recommendations for selected pages or choose for the script to work on selected urls or choose after how much page scroll to display recommendations. I am sure they will implement it for the full screen desktop view soon just like Facebook recommendation bar.
See how this will work on your mobile website

So now visit QOT.CO (our short url) on your mobile device to visit our responsive mobile website and check out if you get content recommendations from your friends.
Original article: How to Add Google+ Content Recommendations to Your Mobile Site
©2013 QuickOnlineTips (QOT). All Rights Reserved.
If you own a Kindle Fire in US, Amazon just deposited 500 free Amazon coins into your account. Amazon coins promise to change the way you buy Kindle Fire apps and games and even in-app purchases – and the free Amazon coins is a great way to get all customers started experiencing it.
Free Amazon Coins
What are Amazon Coins? It is the Amazon virtual currency with which you can buy stuff on Amazon Kindle Fire. Kindle Fire is the bestselling 7 inches tablet by Amazon.
How much are 500 Amazon coins worth? They are worth $5. Which means each Amazon coin is worth 1 cent. You can always buy Amazon coins at discounted rates in bulk. Pay $90 to buy 10,000 Amazon coins at 10% discount. Of course you still cannot buy Amazon Coins except in a select few countries.
What to buy with Amazon Coins? You can buy Kindle Fire apps, Kindle games, and items inside apps and games.
Where to Spend Amazon Coins? You can spend Amazon coins to buy directly from Kindle Fire or from the Amazon.com website. Visit the Amazon Appstore to see what you can buy. BTW If you visit the Appstore everyday – they are giving away one new paid app for free daily!
Why to use Amazon Coins? Because it is simpler, easier payment method than your credit card for every few dollars. And more importantly you get many discounted deals with Amazon Coins. Amazon Appstore developers will earn their 70% revenue share.
Why these Free Amazon Coins? Of course it is a promotional method – by giving away free Amazon coins, they are encouraging Kindle Fire in US to try this service, experience the convenience of payment options without charging their credit cards for every small amount, and coaxing them to buy more Amazon Coins.
So did you get the free Amazon Coins? What are you going to buy?
Original article: 500 Free Amazon Coins to Kindle Fire Users
©2013 QuickOnlineTips (QOT). All Rights Reserved.
No comments:
Post a Comment