Skip to content

Angrycreative/facebook-open-graph-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Facebook Open Graph Scraper

On save post, send post url to facebook to re scrape open graph information.

Filters

fogs_post_types: filter what post types should be re-scraped. Should return array of post types.

Example: Only re-scrape the post type page

add_filter('fogs_post_types', function(){
	return array('page');
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages