Skip to content

lutece-platform/lutece-form-module-form-include-opengraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Description

##Introduction

Include open graph tags (aka facebook) in form pages.

Add the following code to page_frameset.html in header


						${form_og?default("")}
						Add this meta if needed :
						meta content="YOUR_TYPE" property="og:type"
						meta content="YOUR_SITE_NAME" property="og:site_name"
						meta content="YOUR_LATITUDE" property="og:latitude"
						meta content="YOUR_LONGITUDE" property="og:longitude"
					

Add the following code to page_frameset.html in body where you want the facebook button "j'aime"


						${form_og_facebook?default("")}
					

Add the following code to page_frameset.html in body where you want the google button "+1"


						${form_og_google?default("")}
					

Maven documentation and reports

generated by xdoc2md - do not edit directly.

About

⛔️ DEPRECATED

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 5