Featured Content Gallery | WordPress Plugin | iePlexus

Digg Widget Conflict

New releases, ideas for the future, and known issues

Digg Widget Conflict

PostBy Regretful Morning on Thu May 28, 2009 2:09 pm

When I have the digg widget installed on my page, the gallery becomes blank.

Image

It works again once I remove it.

Here is the widget code:

Code: Select all
<script type="text/javascript">
digg_id = 'digg-widget-container'; //make this id unique for each widget you put on a single page.
digg_width = 'auto';
digg_height = '250px';
digg_theme = 'digg-widget-theme2';
digg_title = 'Popular stories from the source site regretfulmorning.com sorted by date';
</script>
<script type="text/javascript" src="http://digg.com/tools/widgetjs"></script>
<script type="text/javascript" src="http://digg.com/tools/services?type=javascript&amp;callback=diggwb&amp;endPoint=%2Fstories%2Fpopular&amp;count=10&amp;domain=regretfulmorning.com&sort=promote_date-desc"></script>


http://regretfulmorning.com/ (semi nsfw)
Last edited by Regretful Morning on Wed Jun 03, 2009 11:25 am, edited 1 time in total.
Regretful Morning
 
Posts: 6
Joined: Thu May 28, 2009 2:05 pm

Re: Digg Widget Conflict

Thank you for using the Featured Content Gallery Forum
 

Re: Digg Widget Conflict

PostBy Regretful Morning on Mon Jun 01, 2009 5:49 pm

tried removing all flash plugins, still a no go
Regretful Morning
 
Posts: 6
Joined: Thu May 28, 2009 2:05 pm

Re: Digg Widget Conflict

PostBy admin on Tue Jun 02, 2009 7:44 am

I see it working..
Yelena Khamidullina
Web Applications Developer, iePlexus

1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
User avatar
admin
Site Admin
 
Posts: 4789
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Digg Widget Conflict

PostBy Regretful Morning on Wed Jun 03, 2009 11:21 am

admin wrote:I see it working..


I removed the Digg widget. Like I said, the gallery works when I remove the above code.

If I use this code on my site, the FCG will not work at all.

Code: Select all
<script type="text/javascript">
digg_id = 'digg-widget-container'; //make this id unique for each widget you put on a single page.
digg_width = 'auto';
digg_height = '250px';
digg_theme = 'digg-widget-theme2';
digg_title = 'Popular stories from the source site regretfulmorning.com sorted by date';
</script>
<script type="text/javascript" src="http://digg.com/tools/widgetjs"></script>
<script type="text/javascript" src="http://digg.com/tools/services?type=javascript&amp;callback=diggwb&amp;endPoint=%2Fstories%2Fpopular&amp;count=10&amp;domain=regretfulmorning.com&sort=promote_date-desc"></script>


I do not have this code on my site because I don't want the gallery to be down for long periods of time.
Regretful Morning
 
Posts: 6
Joined: Thu May 28, 2009 2:05 pm

Re: Digg Widget Conflict

PostBy admin on Wed Jun 03, 2009 12:17 pm

so..do not use that digg plugin or find similar
Yelena Khamidullina
Web Applications Developer, iePlexus

1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
User avatar
admin
Site Admin
 
Posts: 4789
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Digg Widget Conflict

PostBy Regretful Morning on Thu Jun 04, 2009 1:02 pm

It's not a plugin, it's code from their site http://digg.com/add-digg
Regretful Morning
 
Posts: 6
Joined: Thu May 28, 2009 2:05 pm

Re: Digg Widget Conflict

PostBy absolutelytrue on Thu Jun 04, 2009 1:28 pm

Yelena, I have the same issue on my site. I don't think you understand the problem. It's not a plugin and there is no "finding similar." This is an integration that is important to the sites that use it and to not be able to use it with FCG is ridiculous. The Digg integration is a normal, regular widget code, as you've been shown above. Many very successful sites use it.

We need a little more depth to your answers. You sound like you are telling Regretful to just go away and that you don't want to be bothered with it. The problem is, it's not just him. There are many of us that want to keep FCG, but use the Digg integration - but we can't - and we need a solution.
absolutelytrue
 
Posts: 2
Joined: Thu Jun 04, 2009 1:23 pm

Re: Digg Widget Conflict

PostBy absolutelytrue on Thu Jun 04, 2009 1:38 pm

Have a look here:
http://www.absolutelytrue.com/

My site is not as popular as Regretful Morning, so I can leave the error in a little longer if you would please go look and attempt to determine what the issue is.
absolutelytrue
 
Posts: 2
Joined: Thu Jun 04, 2009 1:23 pm

Re: Digg Widget Conflict

PostBy admin on Fri Jun 05, 2009 10:59 am

ok, for those digg lovers, I found solution...which you may like..

As I see, this peace of code from http://digg.com/add-digg, that digg lovers put on wordpress, is making conflict with fcg.. and this is just regular digg rss reader code..

Code: Select all
<script type="text/javascript">
digg_id = 'digg-widget-container'; //make this id unique for each widget you put on a single page.
</script>
<script type="text/javascript" src="http://digg.com/tools/widgetjs"></script>
<script type="text/javascript" src="http://digg.com/tools/services?type=javascript&amp;callback=diggwb&amp;endPoint=%2Fstories%2Fpopular&amp;count=10"></script>


we can trick our wordpress and digg to present info by just reading digg rss feed through wordpress rss widget...

so on digg site...http://digg.com/about-rss
you can see a lot of different topics..
for example, we need "All News, Videos, & Images", we get that rss url, which is http://feeds.digg.com/digg/news/popular.rss
then in your wordpress widgets, add rss widget, specify url(http://feeds.digg.com/digg/news/popular.rss), title and other settings if you wish..save, that's it...you have exactly the same info from digg as above digg script gives you...just design is different...

At least it works on my site with no problem, fcg is fine, digg is fine...
Yelena Khamidullina
Web Applications Developer, iePlexus

1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
User avatar
admin
Site Admin
 
Posts: 4789
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Digg Widget Conflict

PostBy admin on Fri Jun 05, 2009 11:45 am

but I am still wondering..how you gonna benefit your blog ranking from posting someone else digg articles on your site?..just to get more information on you site?..but all digg links still go to digg..not to you..you better create more articles by your own...promote your content, not others..you want your site ranking not digg...from my opinion..all those diggs,reddit and other networks..they are good to be as news...they do not help you at all..they are just doubling content in geometrical progression in the Internet(on site like yours)...making google do not give you ranking because it is not unique content..Google likes unique content that you write, not reposting info from diggs and others...more you write, more ranking you get..

For example, my husband is technical writer..he has many sites, that RANKING, he never had any diggs ...but he is number one in his area(topics)...

about your "own" posts:
that post starting with words "A seagull in Scotland has developed the habit of stealing chips from a neighborhood shop."
I searched google for existance of this phrase on the Internet..
Google gave me this:
About 942 results for "A seagull in Scotland has developed the habit of stealing chips from a neighborhood shop". (0.44 seconds)

942 results sounds ridiculous..there is nothing for you to write about on your own? Do you think google will like you after reposting it 942nd time? :) If you really like that article about seagull, you could rewrite it in your own words..not just copy it..this way it would be unique content that google would appreciate..

We have so many garbage-copy-paste-steal blogs on the Internet...
Yelena Khamidullina
Web Applications Developer, iePlexus

1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
User avatar
admin
Site Admin
 
Posts: 4789
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Next

Return to Development, Improvement, and Conflicts

Who is online

Users browsing this forum: No registered users and 0 guests