By QMAXX on Thursday, 14 December 2017
Posted in General Issues
Replies 16
Likes 0
Views 671
Votes 0
I want to insert an iFrame after the original link.
Where do I have to insert the code?


<hr />
<div class="amensic-embed-container"><iframe allowfullscreen="" frameborder="0" height="720" src="Original-Link" style="border:2px solid grey;" width="100%"></iframe></div>


thank you
Hey QMaxx,

Sorry but I am a little lost here. Do you mean you want to add these codes into every post or in a single post only? If you are trying to insert this into a single post, you could toggle the source and insert the iframe codes.
·
Thursday, 14 December 2017 21:33
·
0 Likes
·
0 Votes
·
0 Comments
·
I would like to insert the iFrame under each article. The article should then be loaded into the iFrame.

I changed that manually once. See screenshot.
·
Thursday, 14 December 2017 21:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, do you mean you want to apply this on the items that are imported from RSS feed?
·
Thursday, 14 December 2017 22:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, exactly
·
Thursday, 14 December 2017 22:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Unfortunately, it is not possible to achieved this currently. In order for you to achieve this, you are required to edit them, post by post as each post is different. Thanks for your understanding.
·
Friday, 15 December 2017 11:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Oh, too bad. Can't you simply enter the original link in the iFrame as the URL?
·
Friday, 15 December 2017 15:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Honestly, i am a bit lost here actually. From my understanding, you should be able to included them on src tag as follow below on each of your post, by toggling the source and insert those codes.

[gist type="php"]
<div class="amensic-embed-container"><iframe allowfullscreen="" frameborder="0" height="720" src="https://www.ilovetrading.de/news/rss/handelsblatt-com/29334-wahlen-termin-fuer-praesidentenwahl-in-russland-steht" style="border:2px solid grey;" width="100%"></iframe></div>
[/gist]

Maybe i have understand you wrongly, it would be best if you can explain more on your requirement above for better understanding. Please advice.
·
Friday, 15 December 2017 16:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Yeah, that works great too. I would like to embed the iFrame in the code of Easy Articles. And include the original link to the article as a URL in the iFrame.

src="Original_link"

So that on the article page you always see the corresponding article in the iFrame.

Sorry for my bad English
·
Friday, 15 December 2017 16:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Not even a problem at a all as im also not a native english speaker also

By the way, currently, it required for you to do modifications on the cores files in order to achieve this, and those modifications need to be done on Joomla core files as Easyarticles, only act as an editor(extended editor for Joomla article) only.

But i would like to suggest you to include them(iframe codes) on your customs modules and assign them on this positions "bold-bottom-content", it will shown you those modules accordingly below you post.

Please advice.
·
Friday, 15 December 2017 16:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Okay, that should work. So embed a module via {loadposition XYZ }?

Where can I insert the code?

Now I only need the code to read the "original link" of the article. So that I can enter the URL in the iFrame.

Translated with http://www.DeepL.com/Translator
·
Friday, 15 December 2017 16:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You can create a new module, by clicking this button http://take.ms/j1DdQ, and choose 'Custom' modules. There you can included those codes above as shown http://take.ms/uB9lF. Then you can assign them which positions it should be appeared on http://take.ms/CVfer.

And in order for you to see which positions are available on your particular page, you can append ?tp=1 as for example below.
https://www.ilovetrading.de/news/rss/finanzen-net/29548-wdh-s21-architekt-sieht-kosten-von-bahnprojekt-bei-10-milliarden-euro?tp=1


Please give it a try and see how it goes.
·
Saturday, 16 December 2017 04:18
·
0 Likes
·
0 Votes
·
0 Comments
·
I think we're talking past each other. I don't want to integrate a fixed content via iFrame. Just integrate the respective article from the Easy Articles Feed.
·
Saturday, 16 December 2017 04:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Oh, sorry for confusion caused on above reply.

Right now, there are no way for us to automate this, unless you create a customs codes on cores files but unfortunately we cannot accommodate your request currently as it is beyond our support scope's policy as outlined in http://stackideas.com/support

Or, you need to edit your post, one by one, and include those links into your iframes codes respectivley. Currently, that the only possible way to handle this, as there are no such codes to capture those links and automatically assigned to your iframes.

Thanks for your understanding.
·
Saturday, 16 December 2017 04:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Okay, too bad. Can't you use the original link for this?

See picture
·
Saturday, 16 December 2017 05:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Yes you should be able to use this, as i said, you need to customized your core files, as right now you are inserting them, on your customs codes. You sure need to modify few thing on your site. So here i listed you those files and might help modifying your files.

"Original Link"
.../administrator/components/com_easyarticles/includes/importer/adapters/mapper.php
[gist type="php"]
if ($params->get('sourceLinks')) {
$contents .= '<div><a href="' . @$item->get_link() . '" target="_blank">' . JText::_('COM_EA_FEEDS_ORIGINAL_LINK') . '</a></div>';
}
[/gist]

or to get those original link, you just can toggle the source and insert it links into your iframe codes. Please advice.
·
Saturday, 16 December 2017 09:44
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post