Advertisment

June 20, 2016

Add Open Graph Meta Tags for Blogger Blogs


Add Open Graph Meta Tags for Blogger Blogs

The Facebook open graph meta tags enables web pages to integrate into social graph and provide ability to treat your page like Facebook page and also helps your +1ed web page to be integrated into social graph if you have added plus one button on your blogger blog.

Social networks like Facebook,Google+ can collect structured information about your blog posts and pages by adding open graph meta tags to your blog.

  • Step # 1
Go to your blogger dashboard –> Template –> Edit hmtl.
  • Step # 2
Find for <html and add xmlns:og=’http://ogp.me/ns#’ at the closing end of this tag like this.
<html……………………………..xmlns:og=’http://ogp.me/ns#’>
  • Step # 3
Now find <head> and add the following code just below it.
<b:if cond=’data:blog.pageType == &quot;item&quot;’><meta expr:content=’data:blog.pageName’ property=’og:title’/><meta expr:content=’data:blog.canonicalUrl’ property=’og:url’/><meta content=’article’ property=’og:type’/></b:if><meta expr:content=’data:blog.title’ property=’og:site_name’/><b:if cond=’data:blog.postImageThumbnailUrl’><meta expr:content=’data:blog.postImageThumbnailUrl’ property=’og:image’/><b:else/><meta content=’http://www.your-bloglogo.jpg‘ property=’og:image’/></b:if><b:if cond=’data:blog.metaDescription != &quot;&quot;’><meta expr:content=’data:blog.metaDescription’ name=’og:description’/></b:if><meta content=’Your-App-ID‘ property=’fb:app_id’/><meta content=’Your-Facebook-Profile-ID‘ property=’fb:admins’/>
  • Change the text in Pink with your configuration.
  • NOTE:- use Facebook Lint Tool to verify your Open graph meta tags.

(Think you are sharing a post of your blog on facebook)

  • #1
<b:if cond=’data:blog.pageType == &quot;item&quot;’><meta expr:content=’data:blog.pageName’ property=’og:title’/><meta expr:content=’data:blog.canonicalUrl’ property=’og:url’/><meta content=’article’ property=’og:type’/></b:if>

This IF condition code structure instructs facebook to fetch your blog post title and post url is you are sharing a post of your blog.
  • #2
<meta expr:content=’data:blog.title’ property=’og:site_name’/>
This instructs facebook to fetch your blog title as site name while sharing.
  • #3
<b:if cond=’data:blog.postImageThumbnailUrl’><meta expr:content=’data:blog.postImageThumbnailUrl’ property=’og:image’/><b:else/><meta content=’http://www.your-blog-logo.jpg‘ property=’og:image’/></b:if>
This IF condition code structure instructs facebook to fetch your post image as thumbnail if you are sharing a post and instructs to fetch your blog logo as thumbnail when sharing your blog home page.
  • #1
<b:if cond=’data:blog.metaDescription != &quot;&quot;’><meta expr:content=’data:blog.metaDescription’ name=’og:description’/></b:if>
These tags instructs facebook to fetch your blog description stored in meta tags while sharing your blog.
Read More

Official Facebook Recommendations Bar for Blogger Blog



Hi Friends ..........! My name is Sayyad Miskeen .Today i waana Show You how to  add " Official Facebook Recommendations Bar In  Blogger Blog " You know Facebook introduced a brand new plugin called Facebook recommendations bar plugin and this plugin takes place like a slider on your blogger blog. It is still in beta version but its really an inspiring plugin. This plugin shows recommended posts of your blog inside it with a like button included and let us give a try to this awesome plugin. This plugin really looks very official and sleeky. You can view a live demo of this plugin at the right corner of this blog post after expanding the read more hack.

Add Facebook Recommendations Bar widget in Blogger
  • Adding Open Graph Tags


  • Step # 1
Firstly you need to add Facebook open graph tags for this widget to work or else this widget will show bug.
(I found a very simpler and reliable open graph tags on Git Hub gist and i really thank Pathawks for this. .)
  1. Go to blogger dashboard –> Template –> Edit HTML(Tick the Expand Widget Template Option). 
  2. Find(CTRL+F) for <head> and add the following open graph tags just below it

<!– Begin Open Graph metadata –><b:if cond=’data:blog.pageType == &quot;item&quot;’> <meta content=’article’ property=’og:type’/> <meta expr:content=’data:blog.title’ property=’og:site_name’/> <meta expr:content=’data:blog.pageName’ property=’og:title’/> <b:if cond=’data:blog.postImageThumbnailUrl’> <meta expr:content=’data:blog.postImageThumbnailUrl’property=’og:image’/> </b:if><b:else/> <meta expr:content=’data:blog.title’ property=’og:title’/> <meta content=’website’ property=’og:type’/></b:if><meta expr:content=’&quot;en_US&quot;’ property=’og:locale’/><meta expr:content=’data:blog.canonicalUrl’ property=’og:url’/><!– End Open Graph metadata –>
This widget may show errors without open graph tags.

Creating Facebook App
  • Step # 2
If you have already created your Facebook app then move on with step 4. If not, Go To Facebook Apps Page.
  1. Choose Create An App button. 
  2. Enter your blog title in app name field and click on Continue. 
  3. It will ask for word verification. Enter the text displayed and click on submit button


Official Facebook Recommendations Bar for Blogger Blog
  • Step # 3
  1. You will be taken to your app page. 
  2. Note down your App ID. 
  3. Enter your blog Url in App Domains field and also in Website with Facebook Login field. 
  4. Click on Save changes button. 


Official Facebook Recommendations Bar for Blogger Blog
  • Now your App is completely Set.

Official Recommendations Bar widget code
  • Step # 4
You need advanced JavaScript SDK for this. Copy the following Javascript SDK code and paste it just below the <body> tag in your template.
<div id=’fb-root’/><script>//<![CDATA[(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/en_US/all.js#xfbml=1&appId=YOUR_APP_ID“; fjs.parentNode.insertBefore(js, fjs);}(document, ‘script’, ‘facebook-jssdk’));//]]></script><b:if cond=’data:blog.pageType == &quot;item&quot;’><div style=’z-index:999999; position:absolute;’><fb:recommendations-bar action=’like’ max_age=’0′ num_recommendations=’2′read_time=’25’ side=’right’ site=’http://www. sayyadgraphic1.blogspot.com ‘ trigger=’40%’/></div></b:if>

  • Step # 5
Replace YOUR_APP_ID with your newly created App ID.
  • Step # 6
Replace http://www.sayyadgraphic1.blogspot.com with your blog Url. 
  • Customizations
  • data-read-time=“25” –> Number of seconds the plugin will wait before it expands. 
  • data-action=“Like” –> type of action (Like or Recommend). 
  • data-num-recommendations=“2” –> Number of recommendations to be displayed. 
  • data-side=“right” –> The position of plugin. 

  • Step # 7
Finally Save your Template.
  • Step # 8
View Your blog and you can notice the official recommendations bar plugin on your blogger blog posts without any bugs or errors.



Read More

June 19, 2016

Sleek Social Media Sharing Buttons With Css3 Tool Tips


Sleek Social Media Sharing Buttons With Css3 Tool Tips


Hello Friendz ! My name is Mehwish Hayat .today I have come up with one of the beautiful, sleek and most used social sharing widget with tool tip effect on mouse hover for blogger blogs.

I’m not going to eat your head by giving brief introduction to this widget and I will judge the rating of this widget in a single word saying ‘Mind Blowing‘. 

The live demo of this widget is already available at the bottom of my blog posts and kindly take a minute to share my blog posts with your social friends if you found any of my blog posts real helpful.



  • Part # 1
Go to Blogger dashboard –> Template –> Edit Html (Tick Expand widget template option).
  • Part # 2

Find for ]]></b:skin> tag and place the following peace of code just above it.
/* www.sayyadgraphic1.blogspot.com */
ul.BTbiz-social {list-style:none;display:inline-block;margin:10px auto;padding:2px;}ul. BTbiz -social li {display:inline;float:left;background-repeat:no-repeat;}ul. BTbiz -social li a {display:block;width:50px;height:50px;padding-right:10px;position:relative;text-decoration:none;}ul. BTbiz -social li a strong {font-weight:400;position:absolute;left:20px;top:-1px;color:#fff;z-index:9999;text-shadow:1px 1px 0 rgba(0,0,0,0.75);background-color:rgba(0,0,0,0.7);-moz-border-radius:3px;-moz-box-shadow:0 0 5px rgba(0,0,0,0.5);-webkit-border-radius:3px;-webkit-box-shadow:0 0 5px rgba(0,0,0,0.5);border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,0.5);padding:3px;}ul. BTbiz -social li.TBI-facebook {background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhCTklnbtYRia_f5RP0ZmjnqusLc8PSjyMPjAuWH09A8e0yb1f5UGbjE4OQp_Whz07ZFPG54IAyhUYgHk1se_M62VO4KJ-d2ABPPtW4eTg5UByeWa7x81wzKcTQbgrd1W_aaw6xRg2c8VE/s50/facebook.png);}ul. BTbiz -social li.TBI-twitter {background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjZErPFIbldjsW8DDuomfO8HUKz98nnE-_ozuW8vZwl7YTK2nc1Y1soQf8Z8ZXftqbwBTUiYyar6qNqeAyoZDPTP94B-uPUpaNzlzoM8ocT3IbMQI_diPRRtAAtq4MkbZ60c3nSqL4K2U/s50/twitter.png);}ul. BTbiz -social li.TBI-googleplus {background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgb8g5qWeZY-XJerljjfZOt74heRMv8IG0bfrkfEPJbaSJHjWRWeccyGiUeeXYsSIfbEUrXOgvyfrVRQvg20wAhGtm2oT7lUERP5Ypt7f4DUlogxjSdg5Xb0g3Q4DCJOuGxZVK5uF2ZboE/s50/google%252B.png);}ul li. BTbiz -pinterest {background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCwQppR9glcVvu-w_8zrJ8E4INp6Cq4aENYWp9U1tCtGDEKwDLC87TMA55SOJLLe4ZORE3jVEkhoRKey2ASsKYBomr9zDLuuzCJkbvj7QlvjDv1p2TtXIWkkuewpsXk7lZNDxc0uj60Qo/s50/pinterest.png);}ul. BTbiz -social li.TBI-stumbleupon {background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgph3iBKto9LXMF3mNGANRKTmAekBlUXyQT8w5OHvF1H1HL1jKe687FVttfwb8_ivfxpRzZ8yVrwWRwAUBeH5LnOFbMBeqobTyCSjF7-L2sl_fcXOnWRHytUP92t4ok_N_8Ss6Pm4AbUV8/s50/stumbleupon.png);}ul. BTbiz -social li.TBI-delicious {background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHHu6hWjgNC35BH8W-DH1GioPGrURXw2vzuRqQUnr3fjs_hH4QuqBpp6l8G85d6MB3Q9-tWidldKgjIqL3SrM45tn2VAvXnRrRyyB7Oyi9BruVd4Ak2sYJ29dhnMdKwqhxcVUweC5m-vg/s50/delicious.png);}ul. BTbiz -social li.TBI-linkedin {background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhy7Bf9tmpE655n049GsMWVjG_L-XxJE7COgWmDWHecx9WfUh7QCl3ry32MHGR8BWgcOD6V9vzmKwOmx3yX102buz5x7H0y5W7-7J47gn9du8kLr3cvk1vF-EGTlN0WR_nwb9Yu-PAJ4Es/s50/linkedin.png);}ul. BTbiz -social li.TBI-reddit {background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxqomVylXtl8lcc9wxRCwHkUKoC0yv3XbpMXVdaEV1AGUumZRclKI-yn48dWg1-pJc5Zt96thujTAHalGS_Kgp-CngKWhgYH50Fyk4pOmRFwLCaTtLmF7UcTtk-Y8lwN7j0RQ_yX4dQfs/s50/reddit.png);}ul. BTbiz -social li.TBI-technorati {background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDVKVedTuwQ6wpaVsxY3SkEZZ9R2t-CAtqFpCFJe4e1yPHDDqdO2xgOrg_U7Dv3udZ9CGzE2Q6lTzr8fK7mMdbTeoZsqmZVFp5ROFysUmEqG3T66pSk1AHeT1S1D8kwhF5MReaVPiphSQ/s1600/technorati.png);}# BTbiz -cssanimation:hover li {opacity:0.2;}# BTbiz -cssanimation li {-webkit-transition-property:opacity;-webkit-transition-duration:500ms;-moz-transition-property:opacity;-moz-transition-duration:500ms;padding:2px;}# BTbiz -cssanimation li a strong {opacity:0;-webkit-transition-property:opacity, top;-webkit-transition-duration:300ms;-moz-transition-property:opacity, top;-moz-transition-duration:300ms;}# BTbiz -cssanimation li:hover {opacity:1;}# BTbiz -cssanimation li:hover a strong {opacity:1;top:-10px;}

Sleek Social media sharer widget code

  • Part # 3
Now find for <data:post.body/> and place the following peace of code just below it.


/*www.sayyadgraphic1.blogspot.com*/<b:if cond=’data:blog.pageType == &quot;item&quot;’><div style=’font-size: 22px;’><b>You Like It!? Then kindly share with your Friends.</b></div> <ul class=’BTBIZ-social’ id=’BTBIZ-cssanimation’> <li class=’BTBIZ-facebook’> <a expr:href=’&quot;http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=&quot; + data:post.url + &quot;&amp;t=&quot; + data:post.title ‘ onclick=’window.open(this.href,&apos;sharer&apos;,&apos;toolbar=0,status=0,width=626,height=436&apos;); return false;’ rel=’nofollow’><strong>Facebook</strong></a> </li> <li class=’BTBIZ-twitter’> <a expr:href=’&quot;http://twitter.com/home?status=&quot; + data:post.title + &quot; — &quot; + data:post.url ‘ rel=’nofollow’ target=’_blank’><strong>Twitter</strong></a> </li> <li class=’BTBIZ-googleplus’><a expr:href=’&quot;https://plusone.google.com/_/+1/confirm?hl=en&amp;url=&quot; + data:post.url’ onclick=’window.open(this.href,&apos;sharer&apos;,&apos;toolbar=0,status=0,width=626,height=436&apos;); return false;’ rel=’nofollow’ target=’_blank’><strong>Google+</strong></a> </li> <li class=’BTBIZ-pinterest’><a href=’javascript:void((function()%7Bvar%20e=document.createElement(&apos;script&apos;);e.setAttribute (&apos;type&apos;,&apos;text/javascript&apos;);e.setAttribute(&apos;charset&apos;,&apos;UTF-8&apos;);e.setAttribute(&apos;src&apos;,&apos;http://assets.pinterest.com/js/pinmarklet.js?r=&apos;+Math.random()*99999999);document.body.appendChild(e)%7D)());’ rel=’nofollow’ target=’_blank’><strong>Pinterest</strong></a> </li> <li class=’BTBIZ-stumbleupon’> <a expr:href=’&quot;http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ‘ rel=’nofollow’ target=’_blank’><strong>StumbleUpon</strong></a> </li> <li class=’BTBIZ-delicious’> <a expr:href=’&quot;http://delicious.com/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ‘ rel=’nofollow’ target=’_blank’><strong>Delicious</strong></a> </li> <li class=’BTBIZ-linkedin’> <a expr:href=’&quot;http://www.linkedin.com/shareArticle?mini=true&amp;url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title + &quot;&amp;summary=&amp;source=&quot;’ rel=’nofollow’ target=’_blank’><strong>LinkedIn</strong></a> </li><li class=’BTBIZ-reddit’> <a expr:href=’&quot;http://reddit.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title ‘ rel=’nofollow’><strong>Reddit</strong></a> </li> <li class=’BTBIZ-technorati’> <a expr:href=’&quot;http://technorati.com/faves?add=&quot; + data:post.url ‘ rel=’nofollow’ target=’_blank’><strong>Technorati</strong></a> </li> </ul> </b:if>

  • Part # 4
4. Save the Template.
  • Note
As this is a social media sharer widget, there is no part of adding your social media profile links here. I reminded this because few bloggers previously asked Me about adding their social media profile links in a sharer widget. This widget buttons shares the blog post which the user is sharing from.
Read More

How To Disable Right click on Blogger Blog


Hello Friends ! My Name is Mehwish Hayat and today i wanna telling you "How To Disable Right Click on Blogger Blog", If you Want to Disable Mouse Right Click Button on Blogger Blog?. So this is a tutorial about how to add mouse right click Disable script to your blog ( protect your work to be get copied by some copycats ). Everyone wants his/her work to be protected by thief so I thought of sharing this......!


How To Disable Right click on Blogger Blog

You guys have may notices that some sites don’t allow their users to copy their content from that web page. They dont allow their users to use Mouse Right Click Button, this is what they have done they just Disable Right Click in Blogger Blog so that copycats cant copy their content. This not only disables the right click but helps you to protect your work, your content from some sort of thiefs or copy-cats.

So today in this article I decided to share my views on Disable Mouse Right Click Button on Blogger Blog, we are sharing the latest and updated javascript that will protect your work from copycats..

How To Disable Mouse Right click on Blogger Blog

  • Step #1 
Go to Blogger dashboard –> Layout –> Add a gadget.
  • Step #2
Choose Html/JavaScript gadget and paste the following peace of code just inside it.
Right click disabling JavaScript code

/*www.sayyadgraphic1.blogspot.com*/<script language=JavaScript><!–//Disable right mouse click Scriptvar message=”Function Disabled!”;///////////////////////////////////function clickIE4(){if (event.button==2){alert(message);return false;}}function clickNS4(e){if (document.layers||document.getElementById&&!document.all){if (e.which==2||e.which==3){alert(message);return false;}}}if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;}else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;}document.oncontextmenu=new Function(“alert(message);return false”)// –></script>
  • Step #3
Save the gadget.
  • Step #4
Save the layout.

Enjoy ......................!
 and Share with Your Sweet Friendz ........!
Read More

How to Make Paypal Account in Pakistan free in Urdu


In This video we’ve to inform you concerning Paypal account verification in Asian country. There ar several websites that provides tricks to verify paypal account. In these days tutorial we’ve to explain new methodology to verify paypal account via payoneer master card. If anyone desires to verify paypal account via payoneer master card thus you want to have minimum balance 3$. If you have got payoneer master card additionally as 3$ that country can you favor for yo paypal account. e.g Cyprus, Asian nation and Kuwait these 3 country you’ll use for paypal account. to induce pretend address for these 3 countries you’ll use fake name generator dot com. In Asian country there ar many of us UN agency ar commercialism paypal account on high costs they additionally verify paypal account through same methodology and verify with Master payoneer card. during this methodology you simply would like verify via payoneer Master card. To open account in Paypal please watch our video given below.

How to Make Paypal Account in Pakistan free in Urdu


Fakenamegenerator could be a web site that provides USA all the knowledge like communicating address ,Phone Number And email etc for any country that you favor to induce detail. Through victimisation such website we are able to get several countries communicating address, number and emails etc.
  • How to verify paypal account with master payoneer card?
  • Step # 1 You should have payoneer account and additionally must have 3$ minimum balance.
  • Step # 2You can solely open account for 3 these countries. Cyprus, Kingdom of Cambodia and Kuwait .
  • Step # 4Please add your payoneer master card in paypal. Paypal can deduct 2 minimum dealing.It will take 3 to seven days for Verification method.
  • Step # 5If you’ve got balance in your account your account are going to be absolutely verified with in 3 days you’ll be able to additionally add payoneer checking account to withdraw quantity.In these 3 countries it’ll needed master payoneer card it’ll not need Mobile variety to verify Paypal account.
Read More

June 18, 2016

Payoneer Master Card in Pakistan Complete Guide In Urdu


  • Introduction
Payoneer is a financial services business that provides online money transfer and e-commerce payment services. Payoneer is a registered Member Service Provider (MSP) of MasterCard worldwide. The company is headquartered in New York City.
  • Services
Payoneer provides cross-border wire transfers, online payments, and refillable debit card service for businesses and working professionals.Payoneer account holders have the option to receive funds into their local bank account or e-wallet, or via a re-loadable prepaid debit card, which is issued through MasterCard and can be used at ATMs or at the point-of-purchase.
As of 2016, Payoneer is available for more than 150 currencies in 200 countries

Payoneer Master Card in Pakistan Complete Guide In Urdu

As many of you know Paypal is not working in Pakistan. so the only alternative I see to paypal is Payoneer. because you can receive payments from most of the companies online. Now when you’ve decided to use Payoneer master card then you may simply go to Payoneer website in order to create an account & order a card, but I’ll give you a direct link from where you can join Payoneer and get $25 free dollars, you’ll get $25 bonus when you activate your card and receive a payment of at least $100 US dollars.
Click below photo to join Payoneer now......................................................!

Payoneer Master Card in Pakistan Complete Guide In Urdu


After you ordered the card, wait for 10 to 20 days, and you’ll receive the card on your provided address, after receiving your card, the first thing you can do is to activate your card, when you login to your account, it will show you activation link to activate your card and generate a New PIN for your card, you just need to do these two steps in order to use your card for receiving payments, doing shopping online and withdrawing your money using ATMs having MasterCard logo. 

Tutorial : How to Activate the card



After watching the video, I hope you understood the process and how Payoneer works. But keep in mind that it’s just a beginning you’ll learn more and more after using it. If you have not yet joined Payoneer then use below link to get $25 free if you sign up today:

Payoneer Master Card in Pakistan Complete Guide In Urdu

Read More

June 16, 2016

Whatsapp Trick And Tips That You Must Know

Whatsapp Trick And Tips That You Must Know

Whatsapp Trick And Tips That You Must Know


Hi Friends ! My name is Sayyad Miskeen and today we are going to " Whatsapp Trick And Tips That You Must Know " .The Whatsapp Messenger is an application that has been voted as being one of the top messenger applications by most users thus far. When it comes to having an extensive list of premium features and overall messaging capabilities, the Whatsapp Messenger is known for having them all and being very user-friendly at the same time.

There are even many different Whatsapp tricks that can be used in order to enhance the efficiency and overall operational quality of this particular application.



  • Becoming an Official Spy
One of the most popular Whatsapp tricks that are currently being used is the opportunity tobecome a spy. You can use this particular Whatsapp trick to spy on the activities of someone else’s account within this specific program. In order to take full advantage of these capabilities, you simply just need to adjust the settings within the rooted device. After those settings have been opened and fully accessed, taking note of the actual MAC address of that phone’s internal Wi-Fi connection is the only thing that will need to be noted.
  • You Do Not Need a Number
There is also another Whatsapp tricks that can allow you to use this program without ever having to use a person’s specific number. This is accomplished simply by manipulating the actual verification request.

Many people have heard about this in the past, but have had no idea where to start in order to take full advantage of this capability. The verification request will appear almost immediately after the program has been installed, so users just have to pay close attention and look out for it.

  • Retrieving Deleted Messages
Another great Whatsapp trick is that users are able to actually retrieve messages that have already been deleted. In order to have direct access to these messages, all that needs to be done is a particular file (the msgstore.db.crypt file) will need to be transferred to a different mobile device and then restored within the new device’s Whatsapp program.

Check this Awesome trick in detail here >  Deleted Masseges

  • Sending Pictures to Other Pictures
Whatsapp is also capable of performing some pretty amazing functions simply by collaborating with other programs and applications as well. For example, there is an application known as Magiapp that can work directly with Whatsapp in order to complete a fairly impressive picture transfer. You can send one picture to another picture just by using this application, which is usually something that is done more for personal purposes instead of professional.
Read More

How To Run Android Games And Applications On PC

Hi Friendz ! My Name is Sayyad Miskeen and T oday, in this tutorial we are going to tell you "How To  Run Android Games And Applications On PC ". All you will need is a software which is known as Bluestacks.

Bluestacks in an Android emulator which will help us to Run Android games and applications on PC. You can have the perfect Android experience on your Windows and Mac Operating system using Bluestacks.



How To Install Bluestacks
Step 1: 
First of all you need to download Bluestacks.Click here to download Bluestacks for your Windows or Mac Operating systems.
Step 2: 
Once downloaded, install it using the executable file. You will see a couple of steps in the installation wizard. Follow these steps and installation will be continued.
Once the installation is done, Bluestacks icon will be available on your desktop.


RUN ANDROID GAMES AND APPLICATIONS ON PC

Once you have downloaded and installed Bluestacks, the next thing you need to do is open Bluestacks and follow the steps mentioned below:-
Step 1: 
When you will run the Bluestacks for the first time you will be asked to insert your Google Account details. Insert the Google Account details so that, that account can be synced with Google Play market.
Step 2: 
Once your account is synced you are ready to go. Open the home of Bluestacks by clicking on Bluestacks icon and you will see a search field there. Type and name of app or game there.
Let me explain you this with the help of an example:- In the Search field enter “Whats App” (without quotes).
You will see What’s App on the homepage and will also see an Install Button present there. Click on Install button and the app will start downloading. The download time will take depending on your internet’s speed.


Step 3: 
Now open the app. When you will open the app for the first time you will be asked to enter your mobile number. Provide correct mobile number as this number will get a verification code which will be used to authenticate your What’s app account. Now you have verified the account you can easily use What’s app from your computer.
If you want to see which applications are installed on your system, you can open the “My Apps” area and see all the apps which are present on your system. Open the “Top Charts” section to see the apps which are being most downloaded by people on the Google Play market. You can even sync apps from your PC to your Android smartphone or from your Android smartphone to your PC using Cloud Connect.

Tutorial : How to Run Android Apps on PC with BlueStacks


Read More
© 2013-21 Sayyad Graphics. Designed by Sayyad Miskeen & Distributed by sayyadgraphic1.blogspot.com