-
AuthorPosts
-
March 15, 2014 at 11:29 am #195806
I bought the JA wall just yesterday, would like to put embed twitter code in the joomla or k2 articles and appear directly in the wall, because if i copy/paste the code from twitter under:
<blockquote class=”twitter-tweet” lang=”es”><p><a href=”https://twitter.com/TESOnline”>@TESOnline</a> Will be needing this when <a href=”https://twitter.com/search?q=%23ElderScrollsOnline&src=hash”>#ElderScrollsOnline</a> comes out! <a href=”https://twitter.com/Bethblog”>@Bethblog</a> <a href=”https://twitter.com/search?q=%23mmorpg&src=hash”>#mmorpg</a> <a href=”https://twitter.com/search?q=%23tesonline&src=hash”>#tesonline</a> <a href=”https://twitter.com/search?q=%23ESObeta&src=hash”>#ESObeta</a> <a href=”http://t.co/wHj81km96w”>pic.twitter.com/wHj81km96w</a></p>— Gamerz HQ (@Gamerz_HQ) <a href=”https://twitter.com/Gamerz_HQ/statuses/443660093788139520″>marzo 12, 2014</a></blockquote>
<script async src=”//platform.twitter.com/widgets.js” charset=”utf-8″></script>I can see the tweet when i click in read more but not in the front wall, with anothers template this work perfect but with JA wall i dont know why not, anyone can help me please?
March 17, 2014 at 8:01 pm #52703460 views and nobody can help me with this?
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
March 18, 2014 at 9:25 am #527124You mean to show the content as in this image?
If so, pls try the following:
– First, set the Default Editor to “Editor – None” in the Global Configuration (back-end)
– Then go to a article and add your code in the content.Let me know if this helps.
-
March 18, 2014 at 5:42 pm #527215
thanks for you answer, i mean like a the second picture.
this one:
Thanks.
-
Nazario A Friend
Nazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
March 19, 2014 at 11:21 am #527332@gabosas,
Please PM me the URL, Admin and FTP credential of your site, I will have a closer look and give you suggestion then.
March 19, 2014 at 7:37 pm #527379<em>@Nazario A 417121 wrote:</em><blockquote>@gabosas,
Please PM me the URL, Admin and FTP credential of your site, I will have a closer look and give you suggestion then.</blockquote>
you got it in PM thanks.
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
March 25, 2014 at 9:08 am #528016@ gabosas,
Since this required pretty much customization which took me time to figure it out. You can see I fixed in these two files:
/templates/ja_wall/js/wall.js and /templates/ja_wall/template_tools.phpHere is the result:
Hope this helps.
March 25, 2014 at 4:14 pm #528076I dindt see the diference sorry, the articles of joomla dont show the embed tweets in the front content only when you click in read more looks good.
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
March 27, 2014 at 10:00 am #528332@ gabosas,
This error comes from your code. Please remove the <p> tag in your code:
<blockquote class="twitter-tweet" lang="es"><p><a href="https://twitter.com/TESOnline">@TESOnline</a> Will be needing this when <a href="https://twitter.com/search?q=%23ElderScrollsOnline&src=hash">#Elde rScrollsOnline</a> comes out! <a href="https://twitter.com/Bethblog">@Bethblog</a> <a href="https://twitter.com/search?q=%23mmorpg&src=hash">#mmorpg</a> <a href="https://twitter.com/search?q=%23tesonline&src=hash">#tesonline</a> <a href="https://twitter.com/search?q=%23ESObeta&src=hash">#ESObeta</a> <a href="http://t.co/wHj81km96w">pic.twitter.com/wHj81km96w</a></p>— Gamerz HQ (@Gamerz_HQ) <a href="https://twitter.com/Gamerz_HQ/statuses/443660093788139520">marzo 12, 2014</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>I tried to change in the “Test 2” article. Now, it’s working.
-
1 user says Thank You to Nazario A for this useful post
March 27, 2014 at 5:34 pm #528378thanks Nazario, I was testing and works without the <p> code but when you put in many articles all go mixed and when you scroll down for load the next articles dont looks good, can you recheck that pls?
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
March 31, 2014 at 2:38 am #528672@gabosas,
I have just got it fixed in the /templates/ja_wall/js/wall.js file, as highlighted in red:
updateContainerWidth = function () {
//render twitter button
$("body").append($("<script />", {
src: '//platform.twitter.com/widgets.js',
charset: 'utf-8',
type: 'text/javascript'
}));//
setTimeout(function(){
lastWndWidth = $(window).width();var cw = $('#base-blank-item').css('width', '').width(), // wrapper width
mw = $container.width(), // wrap width
cols = Math.round(mw / cw), // detect number of columns by it's container
cw_ = Math.floor(mw / cols), // update new width
mw_ = cols * cw_;$('#base-blank-item').width(cw_);
if ($container.data('basewidth') != cw_) {
$container.data('basewidth', cw_);
updateBrickWidth();
}// reload layout
reloadMasonry();
}, 2000);
},Now, your site is working fine.
Hope this helps.
AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 2 voices, and was last updated by Nazario A 10 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-
embed tweets in joomla articles wall or k2 frontpage
Viewing 11 posts - 1 through 11 (of 11 total)