• All of the posts which Social Network poster sends to blogspot which contains links arent linked in blogspot pages. They are just posting as texts. Its okay on twitter but when it comes to blogspot its not. How to fix it?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter gameslopedy

    (@yiggory)

    I use post excerpt for it. And also using S2member codes in our posts.

    • This reply was modified 7 years, 3 months ago by gameslopedy.
    Plugin Author NextScripts

    (@nextscripts)

    Blogger/Blogspot does not make URLs clickable automatically. Instead it has a full support for HTML. You need to wrap your URL with HTML A tag.

    Example:

    <a href="%URL%">%TITLE%</a>

    Thread Starter gameslopedy

    (@yiggory)

    Doesnt work.

    Using these:

    <a href="%URL%">%TITLE%</a>
    <a href="%URL%">%IMG%</a>
    %RAWEXCERPT% 
    <a href="%URL%">%SURL%</a>
    <a href="%URL%">%URL%</a>
    <a href="%URL%">%TAGS%</a>
    <a href="%URL%">%SITENAME%</a>

    None of them made hyperlinked.

    Plugin Author NextScripts

    (@nextscripts)

    Can you send me a screenshot of your Blogger configuration in the plugin and the post that it makes?

    You can send screenshot to [email protected] or just paste it to https://snag.gy/ and give me the link to it.

    Thread Starter gameslopedy

    (@yiggory)

    Hi
    I have done the hyperlink problem Thank you. Its okay now.

    However the images arent appearing. I also use s2member codes inside of posts and hiding some content in it. I would like to show it but it doesnt show.
    In 2015 it was okay but now a lot of things are changed.

    It shows texts but not images:

    The images are shown like this:
    https://www.gameslopedy.com/wp-content/uploads/2017/08/exampleimg.jpg

    and also s2member code images are showing blank.

    How can I fix?

    Plugin Author NextScripts

    (@nextscripts)

    The same way. Please wrap image URL in html tag

    Thread Starter gameslopedy

    (@yiggory)

    Is this the correct format?
    <a href="%URL%" src="%IMG%">%IMG%</a>

    Plugin Author NextScripts

    (@nextscripts)

    Please check any HTML manual.

    <img src="%IMG%" alt="%TITLE%"/>

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Blogspot post links doesnt hyperlinked’ is closed to new replies.