I use post excerpt for it. And also using S2member codes in our posts.
-
This reply was modified 8 years, 10 months ago by
gameslopedy.
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>
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.
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 http://snag.gy/ and give me the link to it.
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:
http://www.gameslopedy.com/wp-content/uploads/2017/08/exampleimg.jpg
and also s2member code images are showing blank.
How can I fix?
The same way. Please wrap image URL in
html tag
Is this the correct format?
<a href="%URL%" src="%IMG%">%IMG%</a>
Please check any HTML manual.
<img src="%IMG%" alt="%TITLE%"/>