Open Graph meta info importer

Categories

Component ID

2308901

Component name

Open Graph meta info importer

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

About

If you enable Open Graph meta information importer module then you will able to import Open Graph meta information into your content on node add/edit page easily. (Like Facebook do when you write a new post which contains a link.)

This module made for personal purposes but I think it has lots of potentials and maybe it will be useful for other people as well. (I'm also interested in make it better by the Community.)

Current features

  • This module currently works with these Open Graph tags and field types (widgets):
    • og:title, og:site_name, og:type, og:description, og:image, og:image:secure_url, og:url
    • title (core), text_textfield, text_textarea, text_textarea_with_summary, link_field, image_image, file_generic, media_generic
  • Image fields support Manual Crop module.
  • Module settings can be exported with Features.

Expected features

Only depend on the interests of users. The module is working, only a few things left to do. This module functionality quite enough for me at this moment, but I have some ideas how to make it better:

  • import regular meta tags as well, for example: keywords, descriptions
  • work with more Open Graph meta tags (latitude, video, etc)
  • and more types of fields (location, media_youtube, etc)

PS

The idea of module is totally mine, but I've got some inspiration from an other project when I was searching for existing solutions. Unfortunately I could not find this other module functionality enough for me, so that's why I've started to made my module.
(So my module name suggests that it is similar to og_tag_importer.module, but the functionality (and also the code base) isn't the same.)