Sha256: 920a7af06c700c81ac338268f448be1f58089d9c316cf083986daade93e57301

Contents?: true

Size: 748 Bytes

Versions: 2

Compression:

Stored size: 748 Bytes

Contents

/ Open graph markup for Facebook
= render "sharing_tags/meta/open_graphs", meta: sharing_tags.facebook if sharing_tags.facebook.present?

/ Twitter Card data
= render "sharing_tags/meta/twitter_card", meta: sharing_tags.twitter if sharing_tags.twitter.present?

/ Schema.org markup for Google+
= render "sharing_tags/meta/schema_tags", meta: sharing_tags.google if sharing_tags.google.present?

/ Vkontakte https://vk.com/dev/share_details
/ TODO:
/link rel="image_src" href="/site-preview.jpg"

/meta name="description" content="#{t('shared_phrases.description')}"


/meta name=”description” content=”155 characters of message matching text with a call to action goes here”
/<title>Up to 70 Characters of Keyword-relevant text here</title>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sharing_tags-0.0.18 app/views/sharing_tags/meta_tags.html.slim
sharing_tags-0.0.17 app/views/sharing_tags/meta_tags.html.slim