Add FB metadata

This commit is contained in:
Nicolas VARROT 2016-09-13 15:17:43 +02:00
parent 256fbe74df
commit 987fea48ee

View File

@ -15,6 +15,13 @@
%meta{ :"name" => "Description", :content => @description } %meta{ :"name" => "Description", :content => @description }
%meta{ :"name" => "Keywords", :content => @keywords } %meta{ :"name" => "Keywords", :content => @keywords }
%meta{:content => "heylium://", :property => "al:ios:url"}
%meta{:content => "1079057397", :property => "al:ios:app_store_id"}
%meta{:content => "Heylium", :property => "al:ios:app_name"}
%meta{:content => "heylium://", :property => "al:android:url"}
%meta{:content => "com.olwen_capital.afunda_ios", :property => "al:android:package"}
%meta{:content => "Heylium", :property => "al:android:app_name"}
%meta{:content => "Heylium", :property => "og:title"}
=raw '<meta property="og:title" content="'+@title.to_s+'" />' =raw '<meta property="og:title" content="'+@title.to_s+'" />'
@ -147,6 +154,3 @@
.links .links
=link_to image_tag("/heylium-ios.png"), "https://itunes.apple.com/fr/app/heylium/id1079057397?l=fr&ls=1&mt=8", :class => "ios" =link_to image_tag("/heylium-ios.png"), "https://itunes.apple.com/fr/app/heylium/id1079057397?l=fr&ls=1&mt=8", :class => "ios"
=link_to image_tag("/heylium-android.png"), "https://play.google.com/store/apps/details?id=com.olwen_capital.afunda_ios", :class => "ios" =link_to image_tag("/heylium-android.png"), "https://play.google.com/store/apps/details?id=com.olwen_capital.afunda_ios", :class => "ios"