Advertisement
Guest User

Untitled

a guest
Aug 5th, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript"><!--
  2.         document.write(VK.Share.button({
  3.             url: '<%= board_thr_url(@board, @thr) %>',
  4.             title: '<%= @thr.title %>',
  5.             description: '<%= @thr.posts.first.content.strip %>',  
  6.             image: '<%= @thr.posts.first.pic.url(:small) %>',
  7.             noparse: true
  8.         },
  9.         {
  10.             type: "custom",
  11.             text: "<img src=\"http://vk.com/images/share_32_eng.png\" width=\"16\" height=\"16\" />",
  12.             eng: 1
  13.         }));
  14.     --></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement