Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter pmonty

    (@pmonty)

    i think what i need might be impossible now. Because it requires meta description for each post. And i am guessing that they can all only use 1 🙁

    I used yoast and setup a different description for each but doesn’t use any of them anyway

    Thread Starter pmonty

    (@pmonty)

    Just edited my above post. Also any seo plugins you can recommend?

    Thread Starter pmonty

    (@pmonty)

    If i click on ‘post to feed’ the description is wrong. It is all weird text and it only shares the Benjamin Franklin link for every thing on the main page.

    Edit:

    I have begun testing with my addthis plugin the three icons you can see on the site. They seem to be sharing the right permalink but the description is messed up for some.

    <div class="addthis_toolbox addthis_default_style"
    addthis:url="<?php the_permalink(); ?>">
    <a class="addthis_button_preferred_1" style="cursor:pointer"></a>
    <a class="addthis_button_preferred_2" style="cursor:pointer"></a>
    <a class="addthis_button_preferred_3" style="cursor:pointer"></a>
    </div>

    thats the code and i have my id and so on setup for addthis perfectly. Maybe the open graph app needs to take time to recognize stuff?

    Thread Starter pmonty

    (@pmonty)

    <div class="addthis_toolbox addthis_default_style "
    addthis:url="<?php the_permalink(); ?>">
    <a class="addthis_button_preferred_1"></a>
    <a class="addthis_button_preferred_2"></a>
    </div>
    </div>

    Used the_permalink()

    it works as it says the link now but the right content/text is not being shared.

    Thread Starter pmonty

    (@pmonty)

    <div class="addthis_toolbox addthis_default_style ">
    <a class="addthis_button_preferred_1"></a>
    <a class="addthis_button_preferred_2"></a>
    </div>

    Thats what i have tried to add to the content-blog page. But it doesnt share the right stuff. Couldit be because the JS is being duplicated? If so how to work around this?

    Thread Starter pmonty

    (@pmonty)

    Will i still be able to have it load using ajax like it does instead of having to implement a navigation?

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