Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Ok heres what I've done :
Saved all refresh page, but nothing displays/renders :( HELP!
(Umbraco version 7.1.0 assembly: 1.0.5206.2460)
Hi Pixelpushr
Could you perhaps share some screendumps of your configuration of the property editor? And the page/document where you're using it?
/Jan
Hi,
Here is the page - http://i.imgur.com/CGw7p1z.jpg
Here is the property - http://i.imgur.com/tOmmDt7.jpg
Ok, but what does your configuration of the property editor look like? Try going to the "Developer" section and find the "Twitter OAuth" property editor. What does the settings look like there?
Cheers, Jan
AH IVE FIGURED IT OUT!
In the latesttweets partial I changed :
const string twitterOAuthPropertyAlias = "simondeighton";
TO
const string twitterOAuthPropertyAlias = "twitterOAuth";
I thought that alias was referring to the twitter account registered when you get the token, not the alias of the one you setup on the doctype!
:)
Haha, glad you figured it out :-)
Have a nice evening.
Cheers you too
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
What am I missing?
Ok heres what I've done :
Saved all refresh page, but nothing displays/renders :( HELP!
(Umbraco version 7.1.0 assembly: 1.0.5206.2460)
Hi Pixelpushr
Could you perhaps share some screendumps of your configuration of the property editor? And the page/document where you're using it?
/Jan
Hi,
Here is the page - http://i.imgur.com/CGw7p1z.jpg
Here is the property - http://i.imgur.com/tOmmDt7.jpg
Hi Pixelpushr
Ok, but what does your configuration of the property editor look like? Try going to the "Developer" section and find the "Twitter OAuth" property editor. What does the settings look like there?
Cheers, Jan
AH IVE FIGURED IT OUT!
In the latesttweets partial I changed :
const string twitterOAuthPropertyAlias = "simondeighton";
TO
const string twitterOAuthPropertyAlias = "twitterOAuth";
I thought that alias was referring to the twitter account registered when you get the token, not the alias of the one you setup on the doctype!
:)
Haha, glad you figured it out :-)
Have a nice evening.
/Jan
Cheers you too
is working on a reply...