Thursday, January 15, 2015

New posts new tricks

Modify Anchor Text For Personal Profile / Fan Pages

Facebook lets you tag a friend or fanpage by using @ symbol followed by their name you can tag  in Status Updates, Comment etc.
By default, the anchor text used to link Fanpage or Friend’s profile URL, are their Name but you can customize it for status updates by using this these simple steps :
Step 1: Get Numeric ID of Facebook Profile/Fanpage by 
visiting    http://graph.facebook.com/username.   Replace ‘username’ by your, your friend’s or your brand’s Fanpage. That URL’s Numeric ID will appear.
Step 2: Now, you can modify Anchor as per this code:
@@[0:[YOURPAGEID:1:New Anchor Text]]
Using at the place of ‘New Anchor Text will use Fanpage’s Name as anchor.
image: http://cdn.techgyd.com/New-FB-Anchors.png
New Facebook Anchors
Green Boxes are Anchors for the same Facebook Page (TechGYD)
*Note: The code should be used twice in status update or else, the trick will not work.

Using Special (ASCII) Characters on Facebook


Decorate your fan page/profile with awesome characters stylish character you can use it click below link
Click here and find stylish character for fb page profile



Monday, January 12, 2015

FB TIPSTRICKS

NEW BLOG FOR FACEBOOK TIPS&TRICKS
BEST TIPS&TRICKS



Facebook a Social networking website from whom no one is unknown these days.  It allows you to connect with anyone all around the Globe and Chat with them, Share Videos & movies and many more. As everyone know How to basic things on Facebook, Here we will Share some of the Latest Working Facebook Tricks which make your facebooking more interesting. There Tricks are well researched by our team all Tricks working. So let’s Go through these tricks once and use in your facebook account.



1.Download facebook photo Album in a single click:

now you can download  facebook photo album with a single click,all you need is to just go to app named Facebook2zip.com
check the process:
  • Step1: As soon as go the above app you are asked to Login with facebook just like in above picture
  • Step2: Now choose your friend from whom you want to download photo album you can see an arrow 2 pointing in the above picture
  • Step3: Now choose the album what you want to download
Step4: Just click Download button and save photo album to your desired location.


THERE IS NEW IF ANYONE UNFRIEND U ON FACEBOOK YOU CAN TRACE IT.

Find who unfriend you on facebook:

  • If you think that someone of your friends has Unfriend you on Facebook and your not able to find who is that.
  • Now you can use this Application to find the one who removed or deleted you from your Profile

YOU TIRED TO POSTING STATUS ONE BY ONE IN GROUP THEN THIS IS FOR YOU.

  • it is easy to post your status on your wall.when comes you have to post status in all groups it takes much time and even it is hard task.by using simple app it is easy you can post in all facebook groups at once
  • Go to Multi post application and login with Facebook.
you can also use another app click here
INVITE ALL FRIENDS TO FACEBOOK FAN PAGE IN ONCE
You created a new Facebook Fan page but don’t have any likes on it. The best way to get Likes is to invite your all friends to like a Facebook page, but inviting your each friend manually takes a hell lot of time. But you can use the this Latest trick to invite all friends to like facebook page by a Single Click-
  • LogIn to your Facebook account and Open the Page for which you want to send invitations to your Friends.
  • Now Click on Invite friends Option and a pop up will appear.
  • Now simply press f12 key from your Keyboard and Chrome Console window will Open.
  • Copy the below posted Code and paste it in the Console window and you’re done !!
var inputs = document.getElementsByClassName(‘uiButton _1sm’); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }


ANYTIME IF YOU WANT TO DEACTIVATE OR DELETE YOUR ACCOUNT
  • Most of people think that deactivating and deleting are same but in practical they are different.
  • click here how we can delete/deactivate facebook account.
 
 
ACCEPT ALL AT ONCE CLICK ACCEPT ALL FREINDS REQUEST 

Accept all friend request at once

  • Login to your FB account and visit your Friend request page.
  • Now Copy the below Code and Post it your friend request page address bar.
javascript:for( i = 1;i<document.getElementsByName(“actions[accept]”).length;i++){document.getElementsByName(“actions[accept]”)[i].click();}void(0);