class PageRankr::Socials::Vk

Public Instance Methods

name() click to toggle source
# File lib/page_rankr/socials/vk.rb, line 24
def name
  :socials_vk
end
params() click to toggle source
# File lib/page_rankr/socials/vk.rb, line 12
def params
  {:url => tracked_url, :act => 'count'}
end
regex() click to toggle source
# File lib/page_rankr/socials/vk.rb, line 16
def regex
  /, (\d+)/
end
supported_components() click to toggle source
# File lib/page_rankr/socials/vk.rb, line 20
def supported_components
  [:subdomain, :path, :scheme]
end
url() click to toggle source
# File lib/page_rankr/socials/vk.rb, line 8
def url
  'http://vk.com/share.php'
end