Showing posts with label fixed errors. Show all posts
Showing posts with label fixed errors. Show all posts

Monday, 26 May 2014

// // 2 comments

Test your brain with the 9 dots mind boggling puzzle

SocialKeeda is with something new today! Yeah.. I've got a simple puzzle for ya! No hyperbole and straight to our mind boggling puzzle :P

Below is a picture which constitutes 9 DOTS, What you need to is quite simple..  Join all those dots or circles with 4 STRAIGHT LINES .. Remember, 'FOUR' .. You can use your finger to draw the imaginary lines or download the picture and do that in real.. ;-)

9 dot puzzle







What??

Huh!

You're scrolling for the answer so quickly!


Wait..

You should try once again!!



It's easy dude!

Okay! So you have decided to look for the answer!!

Fine. Now you shouldn’t say 'Oh My God! That was easy!' :-P

Lol! Here you GO!

Solved puzzle

Haha! That was easy.. :P
Please note, this puzzle could also be solved using only 3 lines! We leave it upon you. Visit our facebook fan page above and post your answer (picture) on it.
We'll share your picture here along with your facebook profile. Time to be famous!

SO, TRY AND THINK OUT OF THE BOX!

Share your experience with us in the comments section.
Read More

Saturday, 18 January 2014

// // Leave a Comment

How to delete a facebook group | Permanently deleting a facebook group


Deleting a facebook group is quite tricky. We all know facebook doesn't give the option of deleting a group by default for the administrators. In simple words, we don't have a single-hit-option to delete a facebook group.
So, here you will learn how you could delete a facebook group.

How to delete a facebook group as an administrator?

Just two very simple steps and you're done:


  • Remove all users from the group. In other words, just ban all of them from your group.



  • When you're done, you just have to leave the group and BANG!
    the group is deleted..


The procedure is simple but time-taking of course but is the last option left.

Keep Visiting pals..
Thank You ;-)
Read More
// // Leave a Comment

Invite all your friends to Like your facebook page at once using javascript


Here is a quick way to invite all your facebook friends to like your page at once.
Yeah, its quite boring to click hundreds of invite buttons but now this trick will do the work for you ;-)

Here are the steps involved:

  • Simply open your facebook fan page.
  • Open the 'Build Audience' section and click on 'Invite friends'

Related Posts: Why do facebook pages get unpublished?

  • Select 'Recent Interactions' and tick mark on 'Search All Friends'

  • Now just copy the below script and paste it in the URL box with respect to your browsers.

  • For Mozilla Firefox: Press Ctrl+Shift+K buttons and paste the script in the console tab before hitting enter.

    javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};

Related Posts: How to keep a facebook group more active?

  • For Google Chrome:Just press F12 and follow the Console option. Paste the following script and hit enter.

    javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};

Thats it!
All your friends will get an invitation to like your page..
Enjoy ;-)
Read More

Thursday, 16 January 2014

// // Leave a Comment

Fixed: Square favicon error in blogger | How to get a square image for your blogger favicon?


You might have come across an error while uploading a favicon for your blog that doesn't allow you to use that image as a favicon just because it is not in the form of a square!
Favicon is basically a small image that is displayed along with the blog title to your visitors. Blogger provides a favicon of the blogger's logo only for all blogs by default. You may change it anytime.

Since most of the images are rectangular so you will have to deal with this error for all of them.

To use any image as your blog favicon you need to resize the image in such a way that its height and width are both equal.
In this way you will get a square image to use as your blog favicon.

Here is how you can easily resize your image:





  • Click on upload and select the image you want to resize.



  • Your image will be loaded. Now using the arrows crop and resize the part you want as your favicon.



  • You must keep the width and height equal to attain a square image. While resizing, both width and height are displayed above the image in numerical values.



  • After you are done with editing, click on Do it! from the top and download the image by clicking on the image name.


You now have got a square image to use as a favicon for your blog.

Simply login to your blogger account. Open your blog and click on Layout.
Open the favicon box from the top.. Upload your image and bang!
You're done ;-)

Image will be accepted and your blog gets rid of the boring blogger favicon..

* Don't worry if the favicon takes time to display. It may take a few minutes.

Hope this is helpful..
If you have any problem, please let me know ;-)
Read More

Sharing is Caring..