• When I use the button to +1 a post on a blog it appends the blog title, and I’m not sure how to remove this.
    i.e.:

    Blog title is : My favourite recipes
    Post title is : Tomato Soup

    Sharing title (that appears on G+) will display as Tomato soup My favourite recipes

    I would like it to just say Tomato Soup. Any suggestions?

    http://wordpress.org/extend/plugins/wp-plus-one/

Viewing 1 replies (of 1 total)
  • Plugin Author Jacob Gillespie

    (@jacobwg)

    I believe Google is pulling that from the page <title> tag – you can customize that with an SEO plugin, or you could use the following code from Google to customize just the +1 sharing information:

    <!-- Update your html tag to include the itemscope and itemtype attributes -->
    <html itemscope itemtype="http://schema.org/">
    
    <!-- Add the following three tags to your body -->
    <span itemprop="name">Title of your content</span>
    <span itemprop="description">This would be a description of the content your users are sharing</span>
Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WordPress Google 1 Button – Advanced Plugin, Includes Redirection] 1 button adding blog t’ is closed to new replies.