Showing posts with label facebook. Show all posts
Showing posts with label facebook. Show all posts

Tuesday, October 18, 2016

How to Get Facebook Numeric ID

How to Get Facebook Numeric ID




How to Find Numeric Facebook ID



Whether youre using Facebook or Google Plus, you have an unique numeric identity number. If youre a Google Plus user, you must notice a number in your profile URL unless you havent got a username from Google. But Facebook automatically gives you a username after opening account. And thus your numeric ID is hidden from Facebook Profile URL. But you may often need to use the numeric ID of your Facebook account. 


If you are an apps developer, or using social plugins for your site, you may need to use your numeric ID. Today Im gonna share an easy way to find out the numeric ID of your Facebook account. 


In this way, you can find any persons profile ID number and Facebook page ID number. Follow the instruction below:


  • Go to this URL - http://graph.facebook.com
  • And type your username as - http://graph.facebook.com/username
  • For example - http://graph.facebook.com/jolley.roberts

Now you will get the following details - 

"id": "100004080544971", "first_name": "Jolley", "gender": "male", "last_name": "Roberts", "link": "https://www.facebook.com/jolley.roberts", "locale": "en_GB", "name": "Jolley Roberts", "username": "jolley.roberts"

As I mentioned earlier, you can also look up your page ID number. Suppose, the Facebook Fan Page of Marks PC Solution is - 


https://www.facebook.com/markstips

You have to type http://graph.facebook.com/markstips to get this page ID. And this page will show you the following details:


"id": "550920454928744", "about": "Your Ultimate Choice for Computer, Internet, Blogging, SEO & PC Troubleshooting Tips!", "can_post": false, "category": "Computers/internet website", "checkins": 0, "has_added_app": false, "is_community_page": false, "is_published": true, "likes": 109, "link": "https://www.facebook.com/markstips", "name": "Marks PC Solution", "parking": { "lot": 0, "street": 0, "valet": 0 }, "talking_about_count": 1, "username": "markstips", "website": "http://www.markspcsolution.com", "were_here_count": 0


There are many other sites where you just need to submit your username and they will show you the details. But sometimes, if their server is down, you may not be able to use them. And there is also a little chance to get trapped by phishing sites! So, I think, using the graph is better. 


Im familiar with a site which you can trust - Find your Facebook ID. In this site, you have to input your username. Then hit on the button - Lookup Numeric ID. Finally, it will display your name along with the numeric ID. 





Stay with Marks PC Solution to get more interesting IT topics!




Go to link download

Read more »

Add All Friends To Facebook Group By Single Click 2015

Add All Friends To Facebook Group By Single Click 2015


add-all-friends-to-facebook-group
Facebook groups are best place for any discussion with your own choice friends or other members. No one from outside can interfere in group without admin permission means groups are totally different from pages. In pages every person is free to like page. Groups can be secret, closed or public. But the problem we face in groups is that, we have to add all member manually one by one. Which is time consuming process. As in my recent post i discuss about Invite All Friends to Like Facebook Pages. Which is helpful for inviting too many friend to Facebook page within few secs and its totally time saving method. But that process is only working Facebook pages not on Facebook groups. Today i will discuss about method to add member in Facebook groups. Sometimes we had an account with 5000 or less friends. So its not an easy task to add too many friends and you face difficulty while adding them one by one. Dont worry we care about your precious and so here is simplest and easiest way which will help you to add friends into group within few min by single click.



Steps To Add All Friends in Facebook Groups


  • First of all Log in into that whose friends you want to invite.
  •  Then open your Facebook Group in which you want to add friends.
  • Now Click F12 button to open debugger and then select console box.
  • Now copy script from below given button.
Get Script
  • Copy paste the whole provided code and then paste them into console box.
add-all-friends-to-facebook-group-script-code
  • Press enter and process will start for sending invitation.
Note:- Dont worry about anything this script is totally safe. In case you have too many friends then you get blocked for using groups or even your account may get locked. So be careful.

Go to link download

Read more »

Friday, October 7, 2016

Facebook Introduced Post Search Feature!

Facebook Introduced Post Search Feature!



Facebook Search Improves


Couple of days ago, I was typing something on Facebook search box. And a notification appeared as - Now you can search posts! I was really surprised. Immediately I tried the feature and it was very useful. With this option, you can find any posts that youve seen before on Facebook. 


Recently, Facebook has improved its search option. Earlier, we could search for People, Pages or Groups only. But now the users can also search for - 

  • Posts
  • Photos
  • Videos
  • Links etc.

Note: Photos or videos can be found by the words used with them while sharing. 


How to Search for Posts/ Videos/ Photos?

Suppose you need to find something on Facebook which youve seen before. It could be either a post, photo or video. Remember the words which were used with it. 
  • Now type the words in Facebook search box. 
  • Dont press Enter. Click on the search icon of the search box.
  • Now you will get the following view - 

Facebook Search Options

Look at the above image. There are options like posts, people, photos, pages, places etc. Try them one by one until you get your desired post. 

Also remember, you may get several results for a single item if its shared in different groups or pages. 


What Does Facebook Say about its Search?
  • Find the people and posts that matter to you most.
  • Find any post youve seen before on Facebook.
  • Explore the world through the eyes of your friends.
  • Find old friends - and new ones, too.


Concern for Other Search Engines!

Google or Bing is already capable of searching Facebook posts. If you search something on Google which is already shared by someone on Facebook, Google will show that Facebook page in search result.  

But as there is an improvement on Facebook Search, Google may loose some traffic. Many tips and tricks, news, tutorials are now being shared on Facebook Groups, Profiles of Pages other than blogs or websites. And naturally people may start searching something on Facebook since it enables the users to search for posts!

And what, if Facebook starts a complete web search engine in the future? Mr. Google - Beware! 


Stay with Marks PC Solution to get more interesting IT topics!




Go to link download

Read more »

Sunday, October 2, 2016

Complete Tutorial on Facebook Open Graph

Complete Tutorial on Facebook Open Graph



Facebook Open Graph for Web Developer


Facebook Open Graph allows you to use custom site title, URL, description and even a custom image when you share your page. If you use Facebook Open Graph code on your site, every time when you share any page, it will be counted directly for your home page. Suppose, if I share the following URL on Facebook - 

http://www.markspcsolution.com/2014/09/complete-tutorial-on-facebook-open-graph.html

The sharing/ like will be counted for - 


http://www.markspcsolution.com/


But If there is no open graph code on my site, the sharing of the first URL will be counted individually. And the sharing will not be counted for your home page. Now I guess, youve understood the importance of open graph. Its really helpful to increase facebook likes of your site rapidly. 


Couple of days ago, I discussed about how to claim a site on Facebook. Following the same method, you can place Facebook Open Graph code on your site. Open graph code is as follows:



<meta property="og:title" content="Site Title"> 
<meta property="og:description" content="Site Description"> 
<meta property="og:type" content="Content Type">
<meta property="og:url" content="http://www.example.com/"> 
<meta property="og:image" content="Custom Image Link"> 
<meta property="og:site_name" content="Your Site Name"> 
<meta property="fb:admins" content="Your Numeric FB ID">


You have to place the above code in the head (<head> </head>) section of your sites HTML. The code must be placed before closing head tag - </head>.


Facebook Insights Meta Code

Now follow the steps below:

  1. Go to Facebook Insights > Domain Insights > Add your Domain
  2. Type your home page URL > Copy the Numeric FB ID > Keep the window open
  3. Go to your sites code or HTML and find the closing header tag </head>
  4. Place the above code before closing header tag
  5. Now back to the Facebook Insight Page 
  6. Hit on the Get Insights button
  7. Now you should be able to see your domain under the Domain Insights section


There are 7 meta properties in the above code. You have to change in the content option.  Make sure youve used them properly. Im gonna clarify the points - 
  1. Site Title Example - Marks PC Solution.
  2. Site Description - Whats your site about. Example - Your Ultimate Choice for Computer, Internet, Blogging, SEO & PC Troubleshooting Tips!
  3. Content Type - Website/ Blog/ Article/ News etc.
  4. Site URL Example - www.markspcsolution.com
  5. Custom Image - Upload your desired image in a server. Then simply copy and paste the link here. You can use postimage.org to upload image.  
  6. Type your Site Title here. Example - Marks PC Solution.
  7. Numeric FB ID that youve got from the 2nd step in Facebook Insights Page. You can also find numeric by this method. 


Marks PC Solution Custom Image



Troubleshooting

If you face any problem after implementing the code on your site, you can take help of Debugger. Here you can paste your site URL and debug the errors. You can check whether all properties are functioning normally or if there is a problem. 

Remember, you can omit some properties. If you use Custom Image, then it will be same for any link of your site. So you can also use a shorter version of the code as below:

<meta content=Website property=og:type/> 

<meta content=http://www.example.com/ property=og:url/> 
<meta content=100002127563096 property=fb:admins/>

It will do the same job for you. You can also use multiple Admin IDs. Simply add more numeric IDs in the admin property.


If you need any support regarding Facebook Open Graph, please leave a comment . . . 


Stay with Marks PC Solution to get more interesting IT topics!




Go to link download

Read more »

Tuesday, September 27, 2016

Facebook Gonna Introduce Unlike Button

Facebook Gonna Introduce Unlike Button



Facebook Unlike Button


For last few days, its been a big question in the world of web. Is Facebook really thinking about a dislike button? Will Mark Zuckerberg allow it? Not only the facebookers, but the whole world of web is waiting for the answers! Lets explore . . . 


You know, everything shared on Facebook can either be liked, shared or commented. But there is no option to express sad feelings. Not all stories could be liked. Let me recall you the following stories - 

  • The Heart-Breaking Death of 4-year Old Boy Jihad in Unsealed Deep Tube Well in Dhaka, Bangladesh
  • Taliban Attack in Peshawar School, Pakistan (145 Killed)
  • The Killing of 8 Children in Australia
  • The Capsize of Oil Tanker in the Shella River in Sundarbans (350000 Liters Furnace Oil, Covering 350 Sq. KM Area)  
  • The Tragic Death of Australian Batsman Phillip Hughes
  • Rana Plaza Tragedy in Savar, Bangladesh (Approx. 1129 Killed, 2515 Injured)
  • The Missing of Flight 370 with 239 People

Wouldnt you hesitate to hit the like button when somebody shares any of the above news with you? Some people will find it totally illogical to give likes! But still many people will give like to the bad news just to share the posts with friends.


Okay Im gonna stop talking about major occurrences. But what about these?
  • Your friend just lost his Samsung S4!
  • Your colleague had an accident last night!
  • Your brother failed in the exam
  • Youve broken up with someone :(

What do you do in these situations? Or what you expect from others? Thousands of Likes?? 


Why People Give Likes to Sad Events?

Actually its been a tradition. More likes mean more popularity. So when someone shares a sad but important event, people usually give likes. At the same time, they think - 

If I could give a Dislike/ Unlike!

But you know, its still impossible since Facebook has only the Like button. 



Whats Zuckerbergs Plan?

Zuckerbergs said - 


Facebook thinking about "dislike," but maybe not through a dislike button. We need to figure out the right way to do it so it ends up being a force for good, not a force for bad. 


Actually Zuckerberg is worried about the possible negative impacts of Dislike button. If Facebook adds the dislike button, there could be a disaster in the largest social network. Definitely people will start using the Dislike button heavily. And within a week, there is a possibility of Dislike war among facebookers! 


Same thing happened to Facebook Friend. Facebook users can only be friends. Whatever the relation between two persons, they are always friend in Facebook. However, Facebook was able to avoid this issue. But Google Plus is very clever right from the beginning. In Google Plus, you can create different circles. 


Now the people of the web are waiting to see how Zuckerberg handles the issue . . . 



Stay with Marks PC Solution to get more interesting IT topics!




Go to link download

Read more »

Saturday, September 24, 2016

How to Claim a Site in Facebook

How to Claim a Site in Facebook



Get Facebook Insights


Do you know, you can claim your domain/site in Facebook to get insights? If you register your site on Facebook, you can view analytics for referral traffic, stories, user engagement and other related information. And definitely this will help you to take better actions for your site. 


I always say, if Facebook were a country, it could be the most populated state of the world. Its a site with the most registered active users. No other site, even Google and Twitter cant attract users as much as Facebook. Most of the users waste their valuable time on Facebook.  


But as a blogger/ web developer/ app developer, you cant either waste your time or avoid Facebook. You can take advantage of the popularity of Facebook. You can promote your website/ blog/ app on Facebook. You can do this in your way. Im not gonna interfere there! 


Today Im writing about - claiming/ registering a site on Facebook. You can do this easily. All you need is just adding a simple meta tag before your closing head (</head>) tag. 


Never try this trick if you - 
  • Dont have a website/ blog
  • Dont have a Facebook ID

Okay, Im talking too much for a little trick! Lets back to the track - 
  1. Visit this page - Facebook Insignts
  2. Domain Insights > Add your Domain
  3. A new window will appear with your name and a meta property
  4. Type your sites URL there (ie. www.markspcsolution.com)
  5. Copy the meta property (ie. <meta property="fb:admins" content="100002117543096" />) and paste it in your sites HTML closing head tag. 
  6. Now hit on the get insights button. 
  7. If youre done properly, you will see your domain here. 

Claim your domain on Facebook Insights


Hope youve completed the task easily. But I couldnt do this as easily. Dont know why the meta property didnt appear when I was trying to implement the code in my site. Maybe something was wrong in that time when I was trying. 

If anybody face the same problem, I mean if the meta property with your numeric FB ID didnt appear as shown in the above image, follow the steps below - 

  • Go to Facebook Insights
  • Hit on the Add a Domain button 
  • Enter your domain in the domain box
  • Find your numeric Facebook ID
  • Copy the following code and paste it in your sites HTML header section 

<meta property="fb:admins" content="100002197543196" />


Replace the above numeric ID with yours. And the code should be placed before the closing head tag - </head>

You can also use several IDs here. Suppose you want multiple users to get your sites insights. Then you can use more than one ID as below - 


<meta property="fb:admins" content="102117543096, 10034534562" />


Remember, this will just help you to get insights from facebook. If you wanna customize your sharing URL, Image or description you need to use Open Graph. I will discuss it later. Thanks. 




Stay with Marks PC Solution to get more interesting IT topics!



Go to link download

Read more »

Tuesday, September 6, 2016

How To Make Single Name Account On Facebook 2015

How To Make Single Name Account On Facebook 2015


How To Make Single Name Account On Facebook
Facebook is place where we share each and every, day to day incident with out friends, family in chat or status. Facebook is a biggest social media site with millions of daily users just because it has thousands of different features which make Facebook amazing. So Developers keep trying find to bugs to make Best Facebook tricks and funny pranks. I already post few amazing tricks like View Locked Facebook profile pictures and also safest method to changing Facebook theme and many more. But Some of them are just spam which may lead to compromise your account. So You try keep your account secure i recommend to read Best Facebook Protection Tips but we provide only safest way to enjoy Facebook. I always suggest each and every user to use tricks which are only provided by famous blogs. Always try them on Testing account first then on original ID.
Now here i am going share another amazing Facebook tricks to make single Facebook account. As per rule it is not possible to Make account on Facebook without Last name. But if you want to make your Facebook profile with First name without using last name then simply follow my given steps.


Steps To Make Single Name Facebook Account



To make this article more simple. I divide this article into two parts so it will become easy to understand. In first part we will change our proxy settings for browser and in second part we make our Facebook account name single. So follow both parts step by step carefully

 Part 1:- Proxy Settings For Browser


  • First of all to use single name on Facebook. We need to Add manual proxy settings in our browser. So we need to use Indonesian proxy Search it at Google or i recommend to find it from Proxynova.com or any other site of your choice. 
  •  If you have knowledge about Using proxy settings in browser then its good. If you are dont know how to add proxy then read How To Add Proxy Settings in Browser.
 OR
  • In case Your are not able to add proxy settings and facing any problem then i recommend to download Hola Better Internet VPN.
  • Install Hola Extension in Firefox or Chrome and then turn ON Hola and search and select Country Indonesia. 
  • It will automatically Implement proxy settings on your browser so you dont need to add proxies manually
hola-country-settings

 

Part 2:- Settings To Make Single Facebook Account


  • After doing proxy settings manually or by using Hola extension make sure it is working fine on Facebook.
  • Now its time to create single name id to do this.
  • Open your Facebook Account  Settings.
  • Change your language to Bahasa Indonesia.
facebook-language-settings 
  • Then  edit your current Facebook profile name and Simply remove Your Last Name. After that review your name and Save it. 
facebook-single-name-settings
  • After that your Facebook Account is only using First Name and you will see that Last Name Hide.
  • After Completing all steps, Remove Manual Proxy or Turn off Hola and change your language back to English (US) or other according to you. 
Note:- Make Sure that You Dont had already changed your account name from last 60 days and otherwise you will not be able to make single name until you crossed 60 days time period. If you crossed name change limit then it is not possible try it on another account.
I think there is no Need of Proof because our Tricks is working from Aug 2012 and our 200k+ users successfully make single name through our blog :) but if you want then check proof here


Go to link download

Read more »

Wednesday, August 24, 2016

Irresponsible Reckless Facebook

Irresponsible Reckless Facebook




Facebook is a social disaster


At the end of 2013, I termed Facebook as Social Cigarette! Believe it or not - its true! And my statement is being more logical day by day. If the current trend of Facebooking (In all aspects) continues, then the Internet world will be one more step closer to cancer! With around 1.4 billion active users (and ever growing) Facebook (and all other concerned parties) should do something to save the web world . . . 



I dont know how to start this post or how to end. Thousands of issues are related here which cant be expressed by a single blog post. I would like to start with some of the attributes of Facebook - 

  • Irresponsible
  • Reckless
  • Unsafe


Risk Factors Related with Facebook . . .
  • Spam/ Virus/ Malware/ Scam
  • Hacking
  • Privacy Issues
  • Racial/ Political/ Religious Aggression
  • Unwanted/ Heavy Advertising
  • Information Leak
  • Explicit Contents
  • Poor Security System


List of Reckless Activities by Facebook

  • Displays too much advertisement on user profiles, pages and groups.
  • Shows irrelevant advertisements on profiles or pages.
  • Shows explicit/unpleasant ads to the users.
  • Doesnt justify advertisers ads before displaying it and thus users get trapped.
  • Influences people to promote their page contents through advertising.
  • Recommends unwanted sponsored contents to the users.
  • Prohibits other companies from like and share business but when Facebook does the same thing through money then it is legal. 
  • Doesnt take necessary steps to stop spreading virus, spam and malware related contents.

These are just examples. There could be more than 100 issues that may be included in this list. 



Beware of Phishing!

Phishing is one of the most effective and simply way to steal your password. Suppose you see a post on Facebook that says - 

Get 5000 likes immediately. Sign in to the following site with your Facebook username and password. You must have at least 2000 friends etc. etc. 

Whenever you get something like that, your first task should be to report it. And never sign in to that page with your Facebook username and password. If you sign in by mistake, immediately change your password. Because the phisher will get your email and password if you sign in there!



Beware of Spam Post

Another embarrassing issue is spam post. Suppose youve noticed that one of your friends liked or shared an explicit video, image or any attractive content. If you just hit on this, the next task will be automatically done!

This embarrassing content might be shared with all of your friends, groups or pages. And it may bring you dishonor. Even you may not notice the fact until any friend informs you about it!


What does Facebook do?

Sorry to mention that, Facebook has no time to monitor these issues. Even they dont remove the contents that cause social/ political/ religious aggression. Know why?

Because these contradictory issues bring more visitors there. And their Ad Revenues increase!

Facebook can share its revenues with the people. Like Google AdSense, Facebook can also share its revenues with the profile owners who have millions of followers. But it just consumes revenues.




Stay with Marks PC Solution to get more interesting IT topics!




Go to link download

Read more »

Sunday, August 21, 2016

Facebook jQuery POP OUT likebox widget

Facebook jQuery POP OUT likebox widget


I had developed a Facebook Static popout jquery effect Like box generator for you.This Widget Generator lets you easily generaate your favorite Facebook style Widget and also easily add to your Blogger Blog.In my previous Article (How to Add a Static Facebook jQuery Pop out Widget) I told you about Static Facebook POP OUT Widget installation manually.Use this Widget generator and Enjoy..!





Step 1: Add jQuery plugin (if your blog have a jquery plugin,ignore this step)
  • Go to Design->Edit HTML[Template->Edit HTML in new blogger interface]
  • Copy below code inside <head>
<script src=http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js type=text/javascript/>
  • Go to Design-> Page Elements
  • Click add gadget and select HTML/javascript
  • Copy and paste the generated code inside it and save it.


a lot of other tips and tricks like how to add more blogger widgets, add social book marking baar, add new sidebar, add facebook lik box , post google adse inside or below the post title , google adse between post,Horizontal manu bar for

Go to link download

Read more »

Tuesday, August 16, 2016

How To Verify Your Facebook Page or Profile Submit Request

How To Verify Your Facebook Page or Profile Submit Request


facebook verified PageFacebook recently introduce new feature to show that a page or profile is verified or not. As a normal Facebook user we all create account or page with our name and it is also possible to create multiple account on same name. Their are number of same name pages or account for any celebrity, public figure or for any business. So Facebook take serious step to make clear that which one is official and all the rest of others are not. This verification show that the page or profile your are visiting official represent someone or maybe a property of anybody. Facebook verify pages according to there online and offline presence. If you are real famous personally and well known by public then it will be very easy. Facebook verify pages for celebrities and public figures easily as compare to brand, websites based pages. So verification is just depend on our luck and popularity. For any famous celebrity you cant get his or her page verified until you are authorized representative or that celebrity manually submit request. So in this topic i will explain you both method for Automatic process and manual process and i hope this help you to understand in best way about verification.


What is Verified Profile or Page ?


According to this new option some pages and Profiles are  claim as Official and verified by Facebook. You may observe on many profiles and pages their is Blue Color Tick Badge just in the next of name. 
facebook verified badge


Facebook only four type of pages or profiles which are
  • Celebrities
  • Journalists
  • Government Officials
  • Popular Brand or Businesses
These are four categories whose pages and profiles are claimed by Facebook based on their popular. Suppose if you have any local business which is popular then Facebook may claimed your page if you are official representative. Then their is no need to submit any type of request to Facebook. They automatically claim your page as verified depend on some details and minimum requirements mention by Facebook.

How To Get Facebook Page Verified ?


If your profile or any Page whose your are official representative and also based on above mention categories then their are chances of your page to get verified. Actually Facebook does not have any request form to claim verified this is totally automatic process done from Facebook side. So to become verified in future you should have to do some changes in your Profile or Page
  • Your page should be official represent your local business or any personality and may be have some popularity on Facebook.
For Facebook claiming process your page or profile must have minimum details because if you add full details accurately then Facebook automatically check your provided information if they find your page or profile details accurate and helpful then verify your page here are two parts mention by Facebook to become verified
  • Link To Your Profile or Page From Official Website and also link website on your page or profile.
  • Provide accurate information in details about your business in About Section of Page or Profile
In About section must add significant long and short description, keyword who represent your business, Email, Website, Products and verified page location with claimed business address and other details in Page Info tab. Just for example as shown below

facebook page about
For more details visit help center here for Profile or Page About info.

These are some tips which help you to get verified if your profile or page is official. Facebook dont guaranteed  about all pages to get verified because its totally depend on Popularity and accuracy. So add all information and wait until page processed your profile or page to make you verify. According to me it takes almost 40-50 days after adding info to get verify if Facebook approved your account or page.


Submit Request For Verification Manually



Recently Facebook update the latest for submit request for verification badge. As many users are cheated by fake agents and agencies so finally Facebook decide to introduce a request form for normal users to submit request for verification. To submit request manually visit below given form


Like us To Unlock This Content
This content is locked. Like us on Facebook, Twitter or Google plus to unlock it.

Open this form from that account in which are admin of that or in that account which authorized representative of that person.

Simply select the page and upload ID proof and verification letter official signed by Celebrity.

Pages of Celebrities and Public figures are currently accepted. Business and websites based pages are not accepted.

Your will receive an email from Facebook team regarding verification. It takes around 24-48 hour about your page status.

For more details checkout below given article. If you will help you to understand more about verification.

I hope you learn something new in this article to make your business or powerful and trusted on Facebook also. If you have any question feel free to share your comment.

Go to link download

Read more »