Title: [Plugin: HeadSpace2 SEO] Manual code?
Last modified: August 20, 2016

---

# [Plugin: HeadSpace2 SEO] Manual code?

 *  [MJ](https://wordpress.org/support/users/mardie/)
 * (@mardie)
 * [14 years ago](https://wordpress.org/support/topic/plugin-headspace2-seo-manual-code/)
 * Hi,
 * This plugin is great! I have no issues except I want to integrate it for facebook’s
   open graph. For the description I used:
    `bloginfo('description')`
 * But the problem is it retrieves the site’s “description”. I wanted to get headspace’s
   description. Is a manual code for this?
 * Thanks
 * [http://wordpress.org/extend/plugins/headspace2/](http://wordpress.org/extend/plugins/headspace2/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Nate Zander](https://wordpress.org/support/users/mtnporcupine/)
 * (@mtnporcupine)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-headspace2-seo-manual-code/#post-2797056)
 * Hi Megatoon – Did you ever figure out a solution for this? I would like to do
   the same thing.
 *  Thread Starter [MJ](https://wordpress.org/support/users/mardie/)
 * (@mardie)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-headspace2-seo-manual-code/#post-2797057)
 * hi,
 * Actually, I forgot about this and they seem to not bother about this.. But I 
   had an idea (but not tested yet). PHP has a function called get_meta_tags, search
   google for more info.. Anyway, here is my code:
 *     ```
       <? $the_url = get_permalink(); $tags = get_meta_tags($the_url); ?>
        <meta property="og:description" content="<?php echo $tags['description']; ?>" />
       ```
   
 * hope this works or at least give you an idea 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: HeadSpace2 SEO] Manual code?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/headspace2.svg)
 * [HeadSpace2 SEO](https://wordpress.org/plugins/headspace2/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/headspace2/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/headspace2/)
 * [Active Topics](https://wordpress.org/support/plugin/headspace2/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/headspace2/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/headspace2/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [MJ](https://wordpress.org/support/users/mardie/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-headspace2-seo-manual-code/#post-2797057)
 * Status: not resolved