-
AuthorPosts
-
May 24, 2012 at 8:52 am #177490
Hi i’m using the social feed plugin and wish to turn off instagram so no posts from instagram show. Ive tried deleting the instagram profile but it wont let me as saying 1 profile has to exist. how do i stop instagram posting to my site?
thanks for any advice that you can givegjrweb Friendgjrweb
- Join date:
- November 2011
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 8
- Thanked:
- 4 times in 1 posts
May 24, 2012 at 3:20 pm #454726Uhm just click the profile and delete?
May 24, 2012 at 3:25 pm #454728<em>@gjrweb 321895 wrote:</em><blockquote>Uhm just click the profile and delete?</blockquote>
I take it you haven’t actually tried this??? as if you click instagram and try to delete the preset profile it States:
Failed Deleted! You must have at least one profile!
therefore the profile remains active and is still posting instagram to my site, i’m asking how do you turn off instagram altogetherthanks
gjrweb Friendgjrweb
- Join date:
- November 2011
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 8
- Thanked:
- 4 times in 1 posts
May 24, 2012 at 3:27 pm #454729We are happy with our wall 🙂 Not eager to delete all profiles 😉
Suggestion: perhaps downgrade to the feed plugin without instagram support?
May 24, 2012 at 3:30 pm #454730I’m glad you are happy with your wall I’m happy with mine, surely not the point like buying a new car that you cant park…. a simple ability to turn of the instagram feed, should be able to turn off any feed surely? what if a site dont have a twitter account, you cant turn that off either!
renejdm Friendrenejdm
- Join date:
- April 2012
- Posts:
- 186
- Downloads:
- 0
- Uploads:
- 38
- Thanks:
- 8
- Thanked:
- 12 times in 1 posts
May 24, 2012 at 7:46 pm #454762Hi,
Just try clearing out the keyword field.
Rene
vineyardseashell Friendvineyardseashell
- Join date:
- March 2011
- Posts:
- 163
- Downloads:
- 30
- Uploads:
- 20
- Thanks:
- 60
- Thanked:
- 19 times in 1 posts
May 24, 2012 at 8:15 pm #454767Hi there,
When I disabled the instagram, I simply created a new dummy account, gave it a name; left the instagram user name blank; Then I was able to delete the last sample account. The only one showing now is the dummy account I set up.
From there I went into the categories and unpublished the ‘instagram’ category.
Hope this helps you.
Vineyardseashell
renejdm Friendrenejdm
- Join date:
- April 2012
- Posts:
- 186
- Downloads:
- 0
- Uploads:
- 38
- Thanks:
- 8
- Thanked:
- 12 times in 1 posts
May 24, 2012 at 8:34 pm #454772Thanks for that. I just tried clearing out the keyword field, but that doesn’t work. Creating a Dummy account does work.
Now I just have to clear out the millions of instagrams.:)
Rene
Thanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
May 25, 2012 at 3:20 am #454822<em>@dvoid 321814 wrote:</em><blockquote>Hi i’m using the social feed plugin and wish to turn off instagram so no posts from instagram show. Ive tried deleting the instagram profile but it wont let me as saying 1 profile has to exist. how do i stop instagram posting to my site?
thanks for any advice that you can give</blockquote>Please open the file: plugins/system/jasocial_feed/jasocial_feed.php
Find and replace this code snippet:
[PHP]$source = ‘instagram’;
$profiles = jaSocialFeedGetProfiles($source);
if(count($profiles)) {
foreach ($profiles as $profile => $pName) {
$data = jaSocialFeedGetProfile($source, $profile);
if(is_object($data)) {
$this->fetchInstagramPost($data);
}
}
}[/PHP]With:
[PHP]/*$source = ‘instagram’;
$profiles = jaSocialFeedGetProfiles($source);
if(count($profiles)) {
foreach ($profiles as $profile => $pName) {
$data = jaSocialFeedGetProfile($source, $profile);
if(is_object($data)) {
$this->fetchInstagramPost($data);
}
}
}*/[/PHP]FYI: I will add new option for enable/disable profile in the next version.
You can check it issue at http://pm.joomlart.com/browse/JAECPLGSOCIALFEED-222 users say Thank You to Thanh Nguyen Viet for this useful post
-
AuthorPosts
This topic contains 9 replies, has 5 voices, and was last updated by Thanh Nguyen Viet 12 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum