Community Page
- blog.slaven.net.au Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- What I can say is very nice and helpful as well as informative post...really help me very much more!! Thanks.. Cheers, <a href="http://sain-web.com" rel="nofollow">Buat...
- ่่่่่่่่่่่่่่่่่่่่่ghhhhhhhhhhhh
- The brilliant and shining links of london with brightly colored <a href=http://www.londonoflinks.co.uk/>Links of London</a> eye-catching. Your face shape and hair style, can wear red...
- Hi!, I want to show complete post while opening RSS feed of my blog (http://www.cheapmonthlymobile.co.uk/blog/). How can i do that? I already enabled "Full Text" option in reading...
- I'm using disqus for a month and I really like their commenting system.. I have the power to manage my comments.. By the way.. Nice post.
Jump to original thread »
New release for the FriendFeed Comments WordPress plugin - remembering your details
Started by Glenn Slaven · 1 year ago
I’ve just checked in a new version of the FriendFeed Comments plugin, which you can download here. If you’ve already got it installed it should be showing up that an update’s available any moment now.
There’s a lot of code tidy ups and debug improvements, but the major change is the addition of the ability to [...] ... Continue reading »
There’s a lot of code tidy ups and debug improvements, but the major change is the addition of the ability to [...] ... Continue reading »
1 year ago
1 year ago
1 year ago
1 year ago
Gone back to 1.4.7 for now
1 year ago
I'm inserting javascript methods into the page header with that hook & if it doesn't run the plugin will fail
1 year ago
1 year ago
being rendered and prototype isn't being included either, it's like the
header function isn't being called at all.
I've just checked in an update that may help, give the WordPress plugin site
10 minutes or so to refresh & then update to version 1.5.1 and hopefully
that will help
cheers
2008/5/18 Disqus <>:
1 year ago
1 year ago
1 year ago
You go and design a new feature and I don't even use it - typical ;)
1 year ago
1 year ago
I have a nitpick about the security note in your post: maybe it would be nice if people are warned that their API keys will be stored in the blog's database in clear text. Otherwise, they might assume a local cookie is handling that bit.
Good work!
1 year ago
Also, I've updated the post to make the security of your API key more clear
1 year ago
Thanks for updating the post, it's much clearer now.
1 year ago
http://blog.mastermaq.ca/images/ffcomments1.gif
Then I click save, and the page goes blank, like this:
http://blog.mastermaq.ca/images/ffcomments2.gif
Any ideas?
1 year ago
1 year ago
shortcuts. I'll get rid of them in the next release
2008/5/27 Disqus <>:
1 year ago
I have put the wp_ffcomments() in the Main Index Template inside the loop like this (its in the fifth line from the bottom of the code) :
<?php get_header(); ?>
<div id="content">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="date"><span><?php the_time('M') ?></span> <?php the_time('d') ?></div>
<div class="title">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent link til <?php the_title(); ?>"><?php the_title(); ?></h2>
<div class="postdata"><span class="category"><?php the_category(', ') ?></span> <span class="comments"><?php comments_popup_link('Ingen kommentarer »', '1 Kommentar »', '% Kommentarer »'); ?></span></div>
</div>
<div class="entry">
Skrevet af <?php the_author(); ?>
<?php the_content('Continue reading »'); ?>
<?php
if(function_exists("the_tags"))
the_tags('\\\\ tags: ', ', ', '
');
?>
Trackback URL: <?php the_permalink() ?>trackback/
<?php wp_ffcomments() ?>
</div><!--/entry -->
</div><!--/post -->
<?php endwhile; ?>
I am not the most skilled programmer, so i don't know what i'm doing wrong ...