Sep 142014
However, this Link is never created when importing content. I did NOT check the option "Don't add canonical reference", so this line should be added to every imported blog post, right?
(using v1.1.5)
However, this Link is never created when importing content. I did NOT check the option "Don't add canonical reference", so this line should be added to every imported blog post, right?
(using v1.1.5)
It should be — at last that's how it's working on my install. (I'm not sure why the option is necessary since it's controlled via the template.)
Are you getting the text at all, without a link?
are you using v1.1.5?
no text, no link. it looks like this line is just not added at all.
Okay, I just upgraded to 1.1.5. Let find something to share, and then force an import to see if I'm having the same problem.
Yup, shows up for me. My template line is tweaked a little bit, but still looks fundamentally the same:
<p><span style='font-size:small;'><a href='{{google-url}}'>View on Google+</a></span></p>
Came through fine.
Have you made any changes in the template above that (e.g., removing one of the "-end" loops)?
nope, no changes, still the default values. to be sure, I am quoting the whole template below:
{{if-reshare-start}}
<p>{{reshared-annotation}}</p>
<p><i>Originally shared by <a href='{{original-poster-url}}'>+{{original-poster-name}}</a></i></p>
{{if-reshare-end}}
<p>{{content}}</p>
{{if-photo-start}}
<div><a href='{{photo-url}}'><img src='{{photo}}' /></a></div>
<div>
{{loop-thumbnail-start}}<a href='{{album-thumbnail-url}}' style='width:50px;height:50px;display:inline-block;background-size:cover;background-image:url({{album-thumbnail}});'></a> {{loop-thumbnail-end}}
</div>
{{if-album-start}}
<br />
<p><a href='{{album-url}}'>In Album {{album-title}}</a></p>
{{if-album-end}}
{{if-photo-end}}
{{if-video-start}}
<div><iframe type='text/html' width='100%' height='385' src='{{video}}' frameborder='0'></iframe></div>
{{if-video-end}}
{{if-link-start}}
<p>
<a style='display:block;' href='{{link-url}}'>
<img src='{{link-image}}' border='0' />
</a>
<p>
<a href='{{link-url}}'>{{link-title}}</a>
{{link-description}}
</p>
</p>
{{if-link-end}}
<a href='{{google-url}}'>Check this out on Google+</a>
Huh. Yeah, that looks okay; it should work. Probably need +Daniel Treadwell to answer this one.
+Marco Hinniger, that is a strange issue to have, I haven't seen that one anywhere else as yet.
Could there be a conflict with any other plugins? If not, would it be possible to just put {{google-url}} at the top of the template (not in a tags) just to see if it is getting populated. I can't seem to replicate this issue.
Thanks.
I would like to, but running into more issues right now… *sigh*
I am going to publish a new error and put this one on hold until the new one is fixed
Now running 1.1.6 ("custom"), works perfectly, Ticket closed 🙂