hukuro159
Forum Replies Created
-
Yes, I’m talking about that webpage all the time…
Here, maybe I’ll show the problem on a screenshot:
http://static.pokazywarka.pl/m/s/7/5e8807a072072a2b64c41dbe52777fe4_big.jpg?1527768679As you can see, this is a Google+ group for people interested in anime.
The button I put in a red circle has a link to the item. This is one of the links I need to be generated by your tool.
Below you can see those links in the webpage’s code. There is this string which I underlined and which starts with:
<a href="./102116180424164290424/posts/AbWwmo9uZ9o" class="eZ8gzf"The full link to the item, then, should be:
https://plus.google.com/102116180424164290424/posts/AbWwmo9uZ9o
I also put it in a red circle on the screenshot.So, in Feed Creator, I made a parameter:
item_url=a.eZ8gzfThe result? Well, Feed Creator produces something like this:
https://plus.google.com/communities/102116180424164290424/posts/AbWwmo9uZ9oIt adds the /communities/ part to the URL of every item. I’m pretty sure it has something to do with the full stop symbol that is in the css.
Okay, and what about the wrong links of the items?
For example, the latest item’s link is:
https://plus.google.com/communities/+MiyanMia/posts/Zo2Vp5ri52VThe part in bold shouldn’t be there, but the Feed Creator somehow adds it to each of the items. Every link leads to the error page because of that, unless I manually remove the /communities/ part in the URL.