07.03.2022

dynamic content. Your own text for the “Like” button on Vkontakte. Dynamic content Customize the button I like from VKontakte


What do VKontakte likes give

We will learn how to put likes on VKontakte under posts and under pictures. We look at the list of all people who put hearts under a certain entry. We use the LikeMeter application, which allows us to see which posts on the wall are gaining more hearts. Learn how to get likes on your posts.

"I like"in VK is a way to express agreement with the author of the post, to approve the information presented in it. Thus, each user of VKontakte can feel involved in a particular post.

Button " I like" VKontakte is presented in the form of a heart. It has a very aesthetic appearance. Widget " I like" appreciated by millions of users. They regularly click on this button. Button " I like" in VK is located on the right side of the post. It is a light blue heart, and after clicking on it, the heart turns blue.

How to like a post

How to put a heart in Contact? Very simple.

Now you know how to make hearts. You can like any post you like. In publics and groups, there are usually a lot of hearts, since many users like to make likes. Posts in popular public pages gain hundreds of likes in a couple of minutes. A bewitching spectacle: you enter " news"and you see how a lot of likes are gradually gaining under a certain post. Users like a fresh post at the same time, barely seeing it in the feed.

How to like a picture

Let's also look at how to put hearts in front of the picture. It's easy too.


Thus, we let know that we like the picture.

Why do you need likes?

Some people do not understand why we need likes in VKontakte. The answer is simple: so that a person can demonstrate that he likes the post, and the author of the post can see that the post caused positive emotions among users. Why would an author need to know how many users liked a post? In order to be aware of user preferences and know what kind of information should be posted in a group or public.

What do VKontakte likes give? People see that the post got a lot of likes and understand that it deserves attention. People will no longer pass by such a VK record just like that. They will definitely read it and think about the information contained in it.

When did likes appear?

Many are interested in when likes appeared in VKontakte. This happened relatively recently. Button appeared October 12, 2010. It's only been a little over three years. And for those who have been registered for a long time, it seems as if this function has existed for a very long time. And it is not surprising, because now it is already difficult to imagine your activity in a social network without this button.

The largest number of likes was collected by a post in public " Music". There were 1500000 of them.

How to see likes

If you want to know how to see VK likes, just hover over the heart. You will immediately see a list of people who liked the post.

You can also click on the window that opens, and then you will see a complete list of likes.

Now you know how to see other people's likes. It's very simple. Perhaps, under the impression of a huge list, you also want to click on the heart. And how to like VKontakte, we have already said.

"Lycomer"

VKontakte has an interesting program that allows the user to see which posts on his wall receive the most likes and who likes the most. The program is called Likemeer". You do not need to download the VKontakte likemeter, just launch the application at this address.

If you have a website or a blog, then why not use these social networks to build up, making the project more and more popular.

The “like” buttons from Vkontakte, Facebook, as well as the Tweet and Google +1 buttons, which will be located at the end of the article, will help us with this.

They work very simply! When a visitor to your site has read an article and liked it, then they are more likely to want to give their opinion on it.

But it makes it difficult for many to leave a comment, you need to enter “Name”, “Mail”, “Website” and “Anticaptcha”, and then they see the “I like” button, click on it and it’s done, a link to your post will be displayed in the visitor’s social feed and all his subscribers and friends will be able to see it.

And these are already new free visitors, plus search engines love social signals and can easily start ranking such a page higher in the TOP results.

In the last lesson, I told you, in the form of icons located vertically or horizontally anywhere on the site - be sure to read the article.

"Like" button from Vkontakte

In order to add the “I like” button to the site, the first thing to do is go to the button registration page vkontakte and fill in the fields with the name of your site.

Now you need to copy "1 Piece of Code" and add it to the file header.php before the closing tag .

1 2 3 4 < script type= "text/javascript" src= "http://userapi.com/js/api/openapi.js?49"> < script type= "text/javascript" >VK. init(( apiId: 2970045 , onlyWidgets: true ) ) ;

Since I concluded it after the text of the article, so I inserted the code into the file single.php.

1 2 3 4 < div id= "vk_like" > < script type= "text/javascript" >VK. Widgets. Like("vk_like" , ( type: "button" , height: 18 ) ) ;

Reload the page and see the result.

Button from Google +1

To add a "google +1" button to your website or blog follow this link link and gets to the page of a simple constructor.

Choose the button size (small, medium, large). Don't forget to select Russian.

Then paste "1 Piece of code" to the place where you plan to install the "google +1" button. I drew it after the text of the article, so I inserted the code into the file single.php.

< g: plusone size = "medium">

1 2 3 4 5 6 7 8 9 < script type= "text/javascript" >window. ___gcfg = ( lang: "ru" ) ; (function () ( var po = document. createElement("script" ) ; po. type = "text/javascript" ; po. async = true ; po. src = "https://apis.google.com/js/plusone.js"; vars = document. getElementsByTagName("script" ) [ 0 ] ; s. parentNode. insertBefore(po, s); ) ) () ;

Reload the page and see the result. If you don't like the button, you can change its settings in the constructor.

Tweet button

If you want to install a "tweet" button from the twitter microblogging social network, go to this link and get to the designer page.

Choose from the proposed buttons the most suitable for you. I liked the option "Send Link".

Select the Russian language in the settings and copy the code to the place where you plan to show the “tweet” button. In my version, this is the file single.php.

Reload the page and enjoy the result.

Like button from Facebook

In order to add a button I like from facebook you need to go to this link and make the settings you need.

URL to Like- This field is not filled.

Send Button (XFBML Only) - I unchecked the Send Button so that there was no additional button "Send".

Layout Style- button format. I liked botton_count, but you yourself know the taste and color, as happens with friends.

Show faces- check the box to see the avatars of those who liked the article.

Width- specifies the width. I left everything unchanged.

verb to display- choose which inscription will be located on the facebook button. There are only two options here: like- I like or "recommended"- I recommend.

color scheme- Choose a color scheme. For dark ( dark) or light ( light) site.

Font– you can specify a specific font for the button name ( arial, verdana and others).

We set the first part of the code before the closing tag in file footer.php.

1 2 3 4 5 6 7 8 < div id= "fb-root" > < script>(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/ru_RU/all.js#xfbml=1"; fjs. parentNode. insertBefore(js, fjs) ; ) (document, "script" , "facebook-jssdk" ) ) ;

Add the second part of the facebook “like” button code to the place where the button will be displayed. I have under the text, then the file single.php.

< div data- send= "false" data- layout= "button_count" data- width= "450" data- show- faces= "true" >

Reboot and see the result.

After some tweaking of the location of the “like” buttons on Vkontakte, Facebook, as well as “Tweet” and “Google +”, I got this result.

That's all! I hope my article will help you in setting up and installing social network buttons. Don't miss the following posts subscribe blog updates.

If something does not work out or you have questions on the topic, write to the support service or leave a comment, I will definitely help!

Button from VKontakte “Like” appeared on many websites and blogs. Blog readers also asked me how to put that very cherished button. Today I decided to show you how it's done.

To put "I like" from VKontakte, you must of course register in this social network (although, probably, there are only a few of those who are not on VKontakte). Due to the fact that there are a lot of people in this social network, button from Vkontakte can bring a huge benefit - to attract additional visitors.

How to install a button from VKontakte "I like"

  1. First of all, go to http://vk.com/dev/Like(if you are not logged in, then do this).
  2. Then fill in the following:
    Site/App: Connect a new site.
    Site Name: Enter the name of your site/blog.
    Website Address: Enter the address of your website/blog.
    Primary site domain: This will be entered automatically based on the site address.
    Click "Save".


  3. Next, select the type of button, you will immediately see how the button will look on the same page, just a little lower:


    Personally, I preferred to select the “Button with a text counter” option. And the name of the button left " I like”, you can also put “This is interesting”.
  4. Next, we need to insert the code into the blog. In my opinion, the “Like” button from Vkontakte should be at the end of the article so that the reader reads the article and, if he liked it, clicked on the button.
    For the button to be at the end of the article, we first need:
    1) Copy part of the code that Vkontakte gives us from start to