Add Attribution 2010.0207 includes a compatibility fix for more peaceful coexistence with other FeedWordPress add-on modules(posted on 07 February 2010)
Version 2010.0207 of Add Attribution for FeedWordPress is now available for download.
This is a small compatibility release. It does not add any new features over those offered by version 2009.0730. (Like I said, Supported and mature.
) But it does include a small but important change to the order of execution that Add Attribution requests, which will help it play nicer with other filters designed to work with FeedWordPress. (In particular, this update is necessary in order to avoid potential conflicts with the newly-released FWP+: Limit size of posts add-on module. If you want to use both Add Attribution and Limit Size Of Posts together, you’ll need this update in order to ensure harmonious coexistence.)
Download and enjoy! As always, you have any issues with the release, or if there is anything that you would like to see included in a future release, please use the comments form or drop me a line to let me know about it.
cyclenews says: /# 10:44 am • 15 February 2010
WordPress 2.9.1 and Feedwordpress 2010.0127 wont automatically load any posts after the installation date, so only OLD RSS posts are being processed. Posts with later dates than the installation date are being ignored.
Casey says: /# 3:24 pm • 22 March 2010
Is it possible to add your own URL in the boilerplate?
Rad Geek says: /# 4:12 pm • 17 May 2010
Casey,
You can put any text that you want in the boilerplate. If you need to put the output of some internal WordPress function in there, it depends. If you could tell me a bit more about what specifically you’re trying to get displayed, and what sort of problems you’re running into, I might be able to help you troubleshoot it.
glenn says: /# 10:59 am • 17 June 2010
Hey I really love the addon Rad. Is there any way that I can get the attribution to insert an mp3 link to an enclosed media file from the rss? I’m aggregating some podcasts and I can’t seem to get the mp3 link to show. It does, however, give the source url to the post on the author’s website.
kanishka kashyap says: /# 12:58 am • 20 August 2010
Hi!
There is every aspect we have digged into, in order to make the project complete. I just wonder, if we can display the number of comments count from the original feed. As RSS feeds carry the information about the comment counts on the latest post. Can we develop some snippet that could be used to display the comment count over a post aggregated.
Thanks! if it is possible !, please reply
Najee says: /# 11:26 am • 22 September 2010
Attribution BoilerPlate: [original-url]
This attribute displays the URL but it’s not live, i.e., not clickable. You have to copy and paste in the browser.
Is there a way to make the URL live?
Thanks.
Najee says: /# 11:46 am • 22 September 2010
I may have solved my own problem. I used the following code in the boilerplate box:
Seems to work.
If there is a better way, do let me know.
Thanks.
MixMan says: /# 6:23 am • 26 November 2010
I was wondering the same thing, and yes that’s a good way to kinda solve it. But does someone know a way to make the post title display as the link text when using shortcode [original-url]?
Rob says: /# 7:28 pm • 10 October 2010
Small bug to report (latest version of Add Attribution, downloaded today, and WordPress 3.0.1).
When I specify “From [source-name]: ” in the boilerplate, it gives me the name that is present on the feed. Not the name I’ve manually altered it to, (in settings/feed/link name, with “edit manually” selected).
In other words, it’s picking up the raw name, not the manually modified name. The manually modified name appears fine on the “contributors” list.
Caleidosweb says: /# 11:18 am • 23 January 2011
Hi, It’s possible to add a thumbnail to post by boilerplate ? Can I insert a tag or a shortcode to catch image to shows as thumb ?
Thanks
CWeb
Najee says: /# 11:01 am • 13 March 2011
Running into a problem with the Add Attribution Boilerplate. Using the following: Click for detailed story
It works fine on the main page. It works fine on the individual post. But under categories, you get the line ‘Click for detailed story’ but it is not live, i.e. the URL is not linked to the text.
I am using the latest version of WordPress and FeedWordPress.
Any ideas?
Najee says: /# 11:05 am • 13 March 2011
The command got hyperlinked in the above post so here it is:
[original-url]
The accompanying text is ‘Click for detailed story’.
denyce says: /# 6:25 am • 11 June 2011
its not working anymore with the wp 3.1.1
Zerotronic says: /# 3:32 pm • 16 August 2011
Hi
First of all thanks for a great plugin. It is great. I appreciate it.
The other day i had a small problem because in feedwordpress i chose that “Permalinks point to: The local copy on this website”, and i couldn’t figure out how to automatically post the source-post-permalink at the end of my syndicated posts.
The [source-url] that the plugin offers points to the main page of the site that hosts the article, and NOT to the exact permalink of the article, and that, for my blog, was a bit of a problem.
So i wrote a solution to my problem and i am posting it here in case someone else has the same problem with me.
First of all after you install, activate and configure FeedWordPress you must then install, activate and configure Add Attribution for FeedWordPress.
After you install and activate both of the above plugins you have to edit two php files, 1)feedwordpress.php (which is inside your “FeedWordPress” plugin folder) and 2)add-attribution-feedwordpress.php (which is inside your “Add Attribution for FeedWordPress” plugin folder.
Open feedwordpress.php
find the following segment of code
function thesyndicationpermalink ($id = NULL) { echo getsyndicationpermalink($id); }
and right bellow the “}” add the following segment of code
function thesyndicationpermalinkreturn ($id = NULL) { $srclnk = getsyndication_permalink($id); return $srclnk; }
Then save changes to this file and close it.
Then open add-attribution-feedwordpress.php
Find the following segment of code
[source-url]
URL of the source you syndicated the post fromand right bellow it add the following segment of code
[syndication-source-link]
URL of the exact location to the source you syndicated the post fromThen find
addshortcode(‘feed-setting’, array($ref, ‘sourcesetting’));
and right bellow it add
addshortcode(‘syndication-source-link’, array($ref, ‘syndicationsource_link’));
Then find
remove_shortcode(‘feed-setting’);
and right bellow it add
remove_shortcode(‘syndication-source-link’);
Then find
function sourceurl ($atts) { $param = shortcodeatts(array( ‘original’ => NULL, ), $atts); return getsyndicationsource_link($param[‘original’], $this->id); }
and right above “function source_url ($atts) {” add
function syndicationsourcelink ($atts) { return thesyndicationpermalink_return(); }
Save changes and close the file.
Then go to your wordpress page and login to the dashboard. Go to Syndication -> Posts & Links and go all the way down to the Attribution Boilerplate. Click “Add new boilerplate” give the settings you like and then write the following code snipet in the white box:
Source: [source-name]
Save changes and you are ready to go.
This way every syndicated post that gets posted in your blog will have a link straight to the source-article’s page.
ldc says: /# 5:29 pm • 6 October 2011
Is it possible to use the custom [feed-setting key=””] in this version? I have tried simple the examples:
hello = the text value hello $(author/email) = the contents of … $(media:content/@url) = the contents of …
that are given in the UI but when I use [feed-setting key=””] in the boilerplates, they don’t work.
Has anyone been able to get this to work?
siraj says: /# 2:01 am • 22 October 2011
when we use : Click for detailed story
it’s showing both on home page & post page,
how to remove it from home page?