Would there be any reason for the Twitter for Umbraco not to work with this site? I've also tried to create a macro'd script of the widget code supplied by twitter. Both do not render on the page but throw no errors...
Yeah i'm trying to render a macro. The plot thickens...I have created a really simple HTML macro and made it availble for editors.
When i insert on any page within the MVC site it does not show up. I also have ublogsy running at the top level when i try to insert the macro into a post it works no problem.
I am having this same issue. Widget just wont show up. Not sure how to handle. when I look at log files this is the only thing I really see. Using Umbraco 4.11
Amir, if you have a second, do you think you could PM me? I have a couple of questions and it sounds like you may have had the same issue. anglittle at icloud.com
Twitter widget code not showing up
Would there be any reason for the Twitter for Umbraco not to work with this site? I've also tried to create a macro'd script of the widget code supplied by twitter. Both do not render on the page but throw no errors...
S
No reason. Are there any errors in umbracoLog?
I assume your trying to render a macro, which tbh I've not done in 4.10.
Can you get a basic xslt macro to render?
Yeah i'm trying to render a macro. The plot thickens...I have created a really simple HTML macro and made it availble for editors.
When i insert on any page within the MVC site it does not show up. I also have ublogsy running at the top level when i try to insert the macro into a post it works no problem.
S
That doesn't work in 4.10, you'll need to wait for 4.11 I believe.
If you can't wait I've got an HTML extension that you can use, but you need to hardcode the macros that are available.
as if by magic 4.11 is out! I'll do the upgrade...
looking at the code for showing news items on the article page i want to adapt this for the main site home page.
var nodes = Model.Content.Children.Where(x => x.IsVisible() && x.IsDocumentType("NewsArticle")).OrderBy(x=>x.GetPropertyValue("createdDate"));
I don't believe so, I think Children was the next level only.
Try Model.Content.Descendents()
I'm away to upgrade this package to 4.11......
i found a bug which i meant to post..in Affiliations.cshtml i had to change the last image to, image gen for me only...
<img alt="@link3 logo" src="/ImageGen.ashx?image=@image3&width=150&height=150&Constrain=True" class="footerLogo" />
S
The Affiliations bug's been fixed in the updated version
Yip just about to try that out!
To confirm all is well in version 4.11, twitter feed displaying as it should...now which one of these posts if the answer?
S
I am having this same issue. Widget just wont show up. Not sure how to handle. when I look at log files this is the only thing I really see. Using Umbraco 4.11
Hi Angela, not sure if this is related but I had issues with every twitter "widget" I used when twitter dropped support for the v1 API.
https://dev.twitter.com/blog/api-v1-is-retired
yes thats exactly whats happening thank you!!! I am checking out the link now!! Appreciate the response!!!
Amir, if you have a second, do you think you could PM me? I have a couple of questions and it sounds like you may have had the same issue. anglittle at icloud.com
is working on a reply...