• Hello,

    I have install and activate the plugin but i cant find any setting in wordpress interface.

    But nothing happens.

    No new menu , no widget , can’t find any icon in the editor…

    I wonder how to use the plugin and to make the text to speech player appears on my page or on section of the page ?

    Can you explain how to put the player were we want ? Where we can find setting of the plugin ?

    Screen shot or video will help !

    Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Weston Ruter

    (@westonruter)

    The plugin will add a speech player to elements that match one of these selectors:

    * .hentry .entry-content
    * .h-entry .e-content
    * [itemprop="articleBody"]

    If you can ensure that these selectors match in your page that should do it.

    There is an open issue for adding the ability to modify this list of selectors: https://github.com/westonruter/spoken-word/issues/1

    • This reply was modified 6 years, 11 months ago by Weston Ruter.
    Thread Starter visite360pro

    (@visite360pro)

    Hi,

    Thanks for you answer, but i am still confuse : I even don’t know what a “selector” is or what is call a “element” !

    I just understand that there is something to do with CSS ?

    I have try to put on “Custom CSS settings” of my page this code : contentSelector’ => ‘.hentry .entry-content, .h-entry .e-content, [itemprop=”articleBody”]

    But it hasn’t work.

    It seems that this is not for WP basic user like me.

    Regards

    Plugin Author Weston Ruter

    (@westonruter)

    Your site doesn’t seem to be using a normal WordPress theme. That I think is the problem. In particular, the plugin is intended to be used when you have blog posts that are accessed from a normal blog post list that are generated by “The Loop” in WordPress. Your theme looks to be do custom that the plugin can’t figure out where your content areas are.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can i put the player on a paragraph or page ?’ is closed to new replies.