WordPress Plugin: Get Recent Comments
Configuration (optional)
The Admin GUI is located in Options/Recent Comments.
You can configure the number of comments and trackbacks, that are shown. And you can set the length of the cited comments and specify a maximum word length. Words longer than this value are wrapped to prevent them from damaging your layout.
Using macros you can customize the format of the cited comments and trackbacks:
%comment_excerpt | The text of the comment. It might get shorted to the number of characters you entered in “Long comments are chopped off at…” |
%comment_link | The URL to the cited comment. |
%comment_author | The name, the commenter entered in the comment form. If she left the field empty, the name is “Anonymous”. |
%gravatar | This macro becomes a complete image tag. If the comment author registered a gravatar with gravatar.com. Example: <img src="http://www.gravatar.com/avatar.php"> |
%gravatar_url | This macro becomes only the URL to the gravatar. Example:
http://www.gravatar.com/avatar.php |
%profile_picture | Becomes to URL of a profile picture. Use it like this: <img src=”%profile_picture” width=16 height=16>. This only works after activation of Hannah Gray’s Profile Pics Plugin. |
%userid | If the comment author is registered with your wordpress, and was logged in, when he wrote the comment this is replaced with the user id, she has in WordPress. You can do fancyful things with this macro. For example you may construct an image url, that points to pictures of all the authors of your blog: <img src="/images/user%userid.jpg"> |
%comment_date | The date, when the comment was posted in the style you configured as default date format. |
%comment_time | The time, when the comment was posted |
%time_since | Time since the comment was posted. For example: “9 hours 16 minutes” |
%author_url | The URL, the comment author left in the comment form, or if the comment is a trackback, the URL of the site that issued the trackback. |
%author_url_href | The same like %author_url but inside a href statement. If there is no URL, the whole macro is empty. Without a href=”" statement the link looks like a link, but is inactive. Use it like this: <a %author_url_href title=”%comment_date”>comment_author</a> |
%post_title | The title of the posting that was commented. |
%post_link | The URL of the posting that was commented. |
%post_date | The date when the commented posting was published. |
%trackback_title | Only applicable in trackbacks: The title of the trackback. It might get shorted to the number of characters you entered in “Long trackbacks are chopped off at…” |
Version | Date | Changes | 2.0.6 | 2009/03/31 | Suppress mb_strrpos warnings, when haystack is empty. Thanks to ted and Michael for reporting the problem. | 2.0.5 | 2009/03/27 | Make all mb_* functions optional. If function does not exist – use old version. | 2.0.4 | 2009/03/27 | Check for existence of mb_regex_replace and if it does not exist (i.e. php version < 4.2.0) use old wordwrap version | 2.0.3 | 2009/03/26 | Fixed %BEG_OF_TITLE% bug. Thanks to everybody who reported this problem (MANY people). Fixed broken %author_url_href macro. Now it works again. Fixed broken gravatar function – needed to bring e-mail address to lowercase before using md5 on it. Applied Sven Anderson’s patch which replaces the most critical string functions with multibyte character aware php functions. |
2.0.2 | 2007/09/25 | Fix: Plugin was not compatible to WordPress 2.0.11 any more. Thank you to Stephan for reporting the bug. |
2.0.1 | 2007/09/24 | Added switch on the categories page, which reverses the selection. It is now possible to include or exclude categories. |
2.0 | 2007/09/24 |
New code for fetching the data: 1. Instead of one expensive database query we now use two or more cheap queries. Thanks to mirra, who reported the problem. And again thank you to the people mentioned in changlog 1.4, where the cache was introduced for the same (performance-) problems on big blogs. 2. This also fixed a bug, which lead to too less than requested comments in lists, ordered by post. Thanks to Johanna and Frédéric for reporting and documenting this. Changed the css in the admin gui, to work around a display issue with Tiger Admin. Thank you, Andi, for finding this. Added %time_since macro, which displays the time since the comment was posted. Thanks to Imran and Keith for sugesting (something like) this (very long ago). Support for Custom Smileys Plugin. Thanks to Henry for suggesting this. Fix: Username was not displayed as “Anonymous”, if commentor left no name. Thanks to Pixelation for reporting this. Added support for WordPress 2.3. It will drop the post2cat table. Changed plugin to new taxonomy scheme. A *great* thank you goes to Lakatos Zsolt, who provided a complete patch for get-recent-comments-1.5.6, which made it very easy for me to understand how 2.0-beta10 had to be changed. Thank you also to xelios, Ville and Kretzschmar who warned me, that WordPress 2.3 will break the old plugin code. |
1.5.5 | 2007/03/26 | Added support for malyfred’s Polyglot Plugin. Requested by Torben. |
1.5.4 | 2007/02/01 | Use full pingback_author as %comment_author (instead of ‘Unknown’, if the pingback parser fails to recognize the pingback_author. Thanks again to Gant who found this in his blog. Added %author_url_href macros, which allows to generate inactive links, if the commentator did not leave an url. This was wished (in part long ago) by beej, carl, FilSchiesty and SwB. Added %profile_picture macro, which supports Hannah Gray’s Profile Pics Plugin. Thank you for the idea and your help, Markus |
1.5.3 | 2007/01/15 | Refresh cache, when a comment is approved by moderator. Problem found by Gant. Thank you! |
1.5.2 | 2007/01/05 | Added option for excluding comments from blog authors. Suggested by This is Zimbabwe, Slim, marilyn’s shampoo and Igor M. |
1.5.1 | 2006/12/29 | Store the cache base64 encoded. There seems to be a problem with the unserialization of multibyte characters. Thanks to priv, who reported the problem and suggested the encoding. After upgrading to this version you should trigger a regeneration of the cache by adding a comment somewhere. |
1.5 | 2006/12/27 | New pingback parser Stop losing html entities and tags in the post titles and comments by using wptexturize. Thanks to ejm (again!) and mobius for reporting the problem and making suggestions. Bugfix in widget code: Error, when trackbacks came before comments |
1.4 | 2006/12/24 |
The plugin is a widget now. Thanks to herrmueller and Thomas de Klein for suggesting this feature. Cache the output in order to reduce the database impact of the plugin. Thanks to the following people for reporting the poor performance and making suggestions to solve the problem: Brandon Stone, King of Fools, Robert Basic and especially CountZero. Option to combine comments and trackbacks in one list (requested by Maniac and die produzentin) Allow to Group comments by their posting (requested by eyolf) Allow limit of comments per post (suggested by Thomas) Use WordPress 2.1 compatible database variables. Thanks to spencerp, for reporting and fixing. Bugfix: Wrong key used in gravatar hash (Thank you, Hamzeh N., for finding and fixing this). Updated the stylesheets to the look of wordpress 2.x. Added two macros: %comment_type and %post_counter. Use less option variables in db. Updated instructions page. Dropped support for WordPress 1.2 |
1.3.1 | 2006/12/11 | Fixes for problems with wordpress running under windows. |
1.3 | 2006/11/26 | Fixes for problems with php5. |
1.2 | 2005/09/15 | Prevent pingbacks from own blog. Thanks to Matt for the idea and support! To use the feature, go to the trackbacks configuration and enter the address of your webserver. |
1.0 | 2005/03/21 | Also show comments to static pages. (They are new in WP 1.5). Thanks to maza for the hint. |
0.9 | 2005/03/20 | Introduced admin gui. Handle trackbacks different than comments. Replaced most regular expressions with basic string operations. Dedicated macro for posting time. Requested by Zonekiller |
0.8 | 2005/02/04 | Readjusted sequence of arguments to the one described in the documentation. Thanks to Thomas |
0.7 | 2005/02/03 | Renamed plugin to get-recent-comments, to make it possible to use the subversion system at www.wp-plugins.org
Allow to specify your own formatting in the function call |
0.5 | 2005/01/02 | Removed superfluous </p> |
0.4 | 2004/12/19 | Use function arguments for displaying HTML before and after the comment Make number of comments and number of characters also function arguments |
0.3 | 2004/12/08 | Link to permalink of comment Wrap very long strings |
0.2 | Don’t show comments that are not approved | |
0.1 | 2004/11/03 | Initial release |
Thanks to all who sent bug reports and ideas for improvement. Please send me a mail if I forgot you to mention here.
2008-06-01 at 12.42 pm
[...] 10. Get Recent Comments: This highly configurable plugin displays the most recent comments in the sidebar. You can make the plugin to link the recent commenter’s site along with an excerpt of their comment. Linking to the commenter’s site can encourage them to comment even more. [...]
2008-06-02 at 3.19 am
[...] Disinilah aku menemukan bug aneh yang sedikit menjengkelkan di plugin Get Recent Comments. [...]
2008-06-02 at 5.28 am
[...] 최근 글, 최근 답글, 최근 엮인글을 [...]
2008-06-02 at 12.04 pm
[...] trackback和pingback,如刀客征途的侧边栏最新评论。 Get Recent Comments – 显示最新回复的摘要,可以设置为不显示 [...]
2008-06-03 at 6.51 pm
[...] kodlarda en solda son yorumlar var.Tabii bu eklentinin kodları. Son yorumları göstermek için bu eklentiyi [...]
2008-06-04 at 1.32 am
[...] Get Recent Comments – displays excerpts of the most recent comments and/or trackbacks that have been posted to the articles in your blog. This easily modifiable plugin displays your most recent comments on your blog to your sidebar with the ability to link back to the original post or the individual’s site, encouraging more comments by users [...]
2008-06-04 at 3.18 am
[...] Get Recent Comments (4/48) does just what it’s name implies, it gets the excerpts of the latest comments on your blog and displays them on your sidebar [...]
2008-06-06 at 6.17 am
[...] Get Recent Comments (4/48) does just what it’s name implies, it gets the excerpts of the latest comments on your blog and displays them on your sidebar This entry was posted on วันอาทิตย์, มิถุนายน 1st, 2008 at 5:42 am and is filed under Plugin, WordPress. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. [...]
2008-06-07 at 12.05 pm
[...] Get Recent Comments изкарва последните мнения, поддържа разнообразно форматиране. [...]
2008-06-07 at 2.10 pm
[...] Get Recent Comments — 以你自己的格式显示最新的留言或者 trackbacks 到你的侧边栏。在激活这个插件之后访问 Options/Recent Comments 查看详细配置信息。 [...]
2008-06-07 at 6.40 pm
[...] Get Recent Comments – hiển thị một đoạn trích của các comment mới nhất hoặc của các trackback được post trên các bài viết trên blog của bạn. [...]
2008-06-07 at 7.22 pm
[...] Get Recent Comments: Blogunuza son eklenen yorumları sidebarda göstermenize yarar. [...]
2008-06-07 at 10.54 pm
[...] Get Recent Comments by Krischan is the plugin I use to give trackbacks and recent commentators a URL on my sidebar until they’re bumped off. If you haven’t left a comment on my blog yet, this is an easy way to gain an authority point with technorati and Google crawls my page before your link is removed most of the time. I favor this over the Top Commentator’s plugin most sites have been using because it stops a lot of silly, frank replies like, “I agree”, and keeps outbound links fresh for my readers. I’m not saying this is the way to go for everyone, but I like it this way. [...]
2008-06-08 at 11.45 am
[...] Get Recent Comments—I spent a long time searching the web for a get recent comments plugin. This one is hands-down the best. It’s easily customizable and it’s easily customizable. Oh, did I mention that it’s easily customizable? It works well, it works hard, and it’s pretty. I love this plugin. If I were sentimental I’d probably make out with it. [...]
2008-06-08 at 12.45 pm
[...] Get Recent Comments – nálam általa listázódnak a legfrissebb megjegyzések a bal oszlopban. [...]
2008-06-08 at 8.39 pm
[...] time I knew that I will find someone to do just what I wanted long time ago ? and surely it was, Recent Comments plugin by Krischan [...]
2008-06-09 at 2.00 am
[...] Get Recent Comments – hiển thị một đoạn trích của các comment mới nhất hoặc của các trackback được post trên các bài viết trên blog của bạn. [...]
2008-06-09 at 1.23 pm
[...] Get Recent Comments – displays excerpts of the most recent comments and/or trackbacks that have been posted to the articles in your blog. [...]
2008-06-09 at 1.23 pm
[...] Get Recent Comments – displays excerpts of the most recent comments and/or trackbacks that have been posted to the articles in your blog. [...]
2008-06-10 at 7.52 pm
[...] Get Recent Comments – This plugin lets you display your most recent comments in your sidebar (with your own formatting). [...]
2008-06-11 at 12.53 am
[...] Get Recent Comments : Blogunuzda yazılan son yorumları almanıza ve istediğiniz bir yerde ekrana yazmanıza imkan verir. [...]
2008-06-12 at 3.38 am
[...] Get Recent Comments [...]
2008-06-12 at 1.34 pm
[...] 有几个方法可以有效地达到这个目的:比如通过插件实现在侧栏里显示最新的评论,为评论提供一个专门的聚合,或是提供邮件订阅评论的选项。 [...]
2008-06-13 at 5.18 am
[...] have the following plugin(s) installed before activate this theme: – Flickr RSS – Del.icio.us JS – Get recent comments – Simple tags – Twitter tools – WP-Pagenavi – WP lightbox 2 [...]
2008-06-13 at 3.11 pm
[...] Get Recent Comments [...]
2008-06-15 at 10.04 am
[...] kodlarda en solda son yorumlar var.Tabii bu eklentinin kodları. Son yorumları göstermek için bu eklentiyi [...]
2008-06-15 at 12.17 pm
[...] Get Recent Comments: Siehe beide Sidebars, das Plugin ist für die Darstellung von Bei den Nachbarn und Letzte Kommentare verantwortlich. [...]
2008-06-15 at 1.51 pm
[...] Get Recent Comments [...]
2008-06-16 at 2.23 pm
[...] Get Recent Comments [...]
2008-06-16 at 3.22 pm
[...] 36、Get Recent Comments:在侧栏里显示最新评论。 [...]
2008-06-17 at 3.31 pm
[...] get recent comments wp-youtube [...]
2008-06-19 at 10.56 am
[...] Get Recent Comments [...]
2008-06-19 at 9.50 pm
[...] Recent Comments - Zeigt immer schön die letzten Kommentare und Trackbacks auf der Startseite an. Läßt sich sauber konfigurieren und auf alle Bedürfnisse einstellen. Scheint ein wenig bugy mit WordPress 2.5.1 zu agieren. Oder liegt es nur an den Widgets? [...]
2008-06-20 at 12.33 pm
[...] trackback和pingback,如刀客征途的侧边栏最新评论。 Get Recent Comments – 显示最新回复的摘要,可以设置为不显示 [...]
2008-06-23 at 8.42 am
[...] Get Recent Comments [...]
2008-06-23 at 12.15 pm
[...] van mp3 bestanden. Blogroll Page Plugin: Hiermee kun je al je links op een pagina plaatsen. Get recent comments: Voor de laatste reacties. Live comment preview: Tijdens het typen van je reactie krijg je een [...]
2008-06-24 at 8.32 am
[...] Get recent Comments – This plugin actually i don’t use. But is very handy to you bloggers that want to show the last comments of your readers. [...]
2008-06-24 at 6.59 pm
[...] Get Recent Comments — 以你自己的格式显示最新的留言或者 trackbacks 到你的侧边栏。在激活这个插件之后访问 Options/Recent Comments 查看详细配置信息。 [...]
2008-06-25 at 12.00 am
[...] 1. Recent Comments [...]
2008-06-25 at 5.43 am
[...] 36、Get Recent Comments:在侧栏里显示最新评论。 [...]
2008-06-26 at 12.12 am
[...] Get Recent Comments [...]
2008-06-26 at 7.39 am
[...] Get Recent Comments – Exibe uma lista com os últimos comentários/trackback escritos no blog. [...]
2008-06-26 at 2.49 pm
[...] Get Recent Comments 2.02 在侧边栏显示最新评论。不喜欢 theme [...]
2008-06-27 at 4.55 am
[...] have the following plugin(s) installed before activate this theme: – Flickr RSS – Del.icio.us JS – Get recent comments – Simple tags – Twitter tools – WP-Pagenavi – WP lightbox 2 [...]
2008-06-27 at 2.58 pm
[...] Get Recent Comments (4/48)它干就是名字所说的,他获取你的 blog 上最近留言的摘要,然后把他们显示在 sidebar 上。 [...]
2008-06-28 at 7.38 am
[...] 36、Get Recent Comments:在侧栏里显示最新评论。 [...]
2008-06-29 at 11.00 am
[...] Get Recent Comments – displays excerpts of the most recent comments and/or trackbacks that have been posted to the articles in your blog. addthis_url = ‘http%3A%2F%2Fwww.wontip.com%2Fbest-wordpress-plugin-for-manage-comments%2F’; addthis_title = ‘Best+wordpress+plugin+for+manage+comments’; addthis_pub = ”; « 10 best WordPress plugins for Adsense [...]
2008-07-01 at 9.11 am
[...] 36、Get Recent Comments:在侧栏里显示最新评论。 [...]
2008-07-01 at 12.54 pm
[...] Get Recent Comments – 显示最新评论/引用的摘要 [...]
2008-07-02 at 8.49 am
[...] Get Recent Comments. If you’re getting comments then why not display them prominently? This plugin allows the display [...]
2008-07-02 at 8.55 am
[...] Get Recent Comments – 显示最新评论/引用的摘要 [...]
2008-07-02 at 3.49 pm
[...] Get Recent Comments:显示最新回复的摘要,比如煎蛋侧栏的 Rencent Comments,可以设置为不显示 trackback。 [...]
2008-07-03 at 2.49 am
[...] Get Recent Comments – 显示最新评论/引用的摘要 [...]
2008-07-03 at 12.16 pm
[...] 36、Get Recent Comments:在侧栏里显示最新评论。 [...]
2008-07-03 at 5.31 pm
[...] Get Recent Comments – hiển thị một đoạn trích của các comment mới nhất hoặc của các trackback được post trên các bài viết trên blog của bạn. [...]
2008-07-04 at 1.58 pm
[...] 35.Get Recent Comments This plugin shows excerpts of the latest comments and/or trackbacks in your sidebar. You have comprehensive control about their appearance.The plugin can (optionally) separate the trackbacks/pingbacks from the comments. It can ignore comments to certain categories, and it offers support for gravatars. It only gives extra work to the database, when actually a new comment arrived. You can filter out unwanted pingbacks, which originate from your own blog. And it is a widget. [...]
2008-07-04 at 5.03 pm
[...] Get Recent Comment Display the most recent comments or trackbacks with your own formatting in the sidebar. Example, on your right. [...]
2008-07-06 at 11.08 am
[...] aku sempat membalasnya. Theme ini sendiri membutuhkan beberapa plugin seperti Plugin Limit Posts, Get Recent Comments, Breadcrumb Navigation XT, flickrRSS, Serta beberapa pengaturan pada ID categori untuk lebih [...]
2008-07-07 at 1.37 pm
[...] ve bu reklamları istediğiniz içerikte görüntülemek istiyorsanız bu eklenti size göre. 5. get recent comments: sitenizdeki içeriklere yapılan son yorumları şık bir görünümle yayınlayabilirsiniz. 6. [...]
2008-07-10 at 3.06 pm
[...] Get Recent Comments by Krischan Jodies. A good alternative to the default Recent Comments widget. The plugin displays the reader’s comment in the sidebar (not the typical: Feng on This post). [...]
2008-07-11 at 2.11 am
[...] Get Recent Comments – 显示最新评论/引用的摘要 [...]
2008-07-11 at 7.12 am
[...] name of the plugin is: “Get Recent Comments”. (This link is for the author’s [...]
2008-07-11 at 12.01 pm
[...] das Theme sind folgende Plugins notwendig: FlickrRSS Get Recent Comments Gravatar Recent Posts Subscribe To [...]
2008-07-11 at 4.16 pm
[...] auf einen Blick ersichtlich sein sollten. Doch dafür gibt’s ja auch Plugins wie “Get Recent Comments” von Krischan Jodies. [...]
2008-07-12 at 3.48 am
[...] Get Recent Comments [...]
2008-07-14 at 11.01 am
[...] Get Recent Comments—display the most recent comments or trackbacks. [...]
2008-07-15 at 6.38 am
[...] Get Recent Comments by Krischan Jodies. [...]
2008-07-15 at 11.17 pm
[...] Get Recent Comments : Blogunuzda yazılan son yorumları almanıza ve istediğiniz bir yerde ekrana yazmanıza imkan verir. [...]
2008-07-15 at 11.30 pm
[...] kodlarda en solda son yorumlar var.Tabii bu eklentinin kodları. Son yorumları göstermek için bu eklentiyi [...]
2008-07-16 at 5.26 pm
[...] Get Recent Comments Автор: admin – Июль 9th, 2008 | Категория: Блог движок | [...]
2008-07-17 at 3.39 pm
[...] Get Recent Comments – 显示最新回复的摘要,可以设置为不显示 trackback。 [...]
2008-07-17 at 6.40 pm
[...] Get Recent Comments – 显示最新评论/引用的摘要 [...]
2008-07-18 at 3.51 am
[...] 8. Get Recent Comments [...]
2008-07-18 at 5.39 am
[...] 36、Get Recent Comments:在侧栏里显示最新评论。 [...]
2008-07-19 at 5.35 am
[...] Recent Commented 显示最近被评论的文章,之前一直是使用 Get Recent Comment,由于过于庞大,大材小用,并且输出的编码与 utf-8 [...]
2008-07-20 at 1.16 am
[...] Get Recent Comments : Blogunuzda yazılan son yorumları almanıza ve istediğiniz bir yerde ekrana yazmanıza imkan verir. [...]
2008-07-20 at 7.42 am
[...] Get Recent Comments:显示最新回复的摘要,比如煎蛋侧栏的 Rencent Comments,可以设置为不显示 trackback。 [...]
2008-07-20 at 4.01 pm
[...] Get Recent Comments – Display the most recent comments or trackbacks with your own formatting in the sidebar or where you want. [...]
2008-07-20 at 5.45 pm
[...] Flickr RSS – Del.icio.us JS – Get recent comments – Simple tags – Twitter tools – WP-Pagenavi – WP lightbox 2 [...]
2008-07-20 at 7.41 pm
[...] Get Recent Comments,输出最新评论列表,目前在左边栏。点击下载插件,在操蛋查看演示。 [...]
2008-07-20 at 9.54 pm
[...] kodlarda en solda son yorumlar var.Tabii bu eklentinin kodları. Son yorumları göstermek için bu eklentiyi [...]
2008-07-21 at 9.01 am
[...] Get-recent-comments by Krischan Jodies [...]
2008-07-22 at 8.50 am
[...] 3.0• FeedBurner FeedSmith 2.2• FeedStats 3.6.3• flickrRSS 4.0• German Permalinks 1.2• Get Recent Comments 2.0.2 • Google XML Sitemaps 3.1.0.1 • Highlight Author Comments 1.0.0 • jQuery AJAX Comments [...]
2008-07-22 at 12.39 pm
[...] Get Recent Comments [...]
2008-07-23 at 3.03 am
[...] 36、Get Recent Comments:在侧栏里显示最新文章。 [...]
2008-07-23 at 3.43 am
[...] Get Recent Comments – 显示最新评论/引用的摘要 [...]
2008-07-23 at 4.34 am
[...] Get Recent Comments – 显示最新评论/引用的摘要 [...]
2008-07-23 at 4.43 am
[...] Get Recent Comments: muestra los últimos comentarios. [...]
2008-07-23 at 8.31 am
[...] Get Recent Comments [...]
2008-07-25 at 4.46 pm
[...] 36、Get Recent Comments:在侧栏里显示最新评论。 [...]
2008-07-25 at 7.51 pm
[...] 36、Get Recent Comments:在侧栏里显示最新评论。 [...]
2008-07-25 at 7.51 pm
[...] 36、Get Recent Comments:在侧栏里显示最新评论。 [...]
2008-07-25 at 7.51 pm
[...] 36、Get Recent Comments:在侧栏里显示最新评论。 [...]
2008-07-25 at 8.23 pm
[...] le coloque el Who’s (contador de visitas en linea) y antes de eso lo hice para quitar el Get Recent Comments (la cajita) pues el spam me tenia [...]
2008-07-26 at 2.35 pm
[...] Get Recent Comments : Yazılarınıza yazılan en son yorumları göstermeye yarayan kullanışlı bir eklenti. [...]
2008-07-29 at 8.56 pm
[...] Get Recent Comments [...]
2008-07-31 at 7.38 am
[...] 36、Get Recent Comments:在侧栏里显示最新评论。 [...]
2008-07-31 at 11.14 am
[...] have the following plugin(s) installed before activate this theme: – Flickr RSS – Del.icio.us JS – Get recent comments – Simple tags – Twitter tools – WP-Pagenavi – WP lightbox 2 [...]
2008-07-31 at 10.17 pm
[...] Get Recent Comments : Blogunuzda yazılan son yorumları almanıza ve istediğiniz bir yerde ekrana yazmanıza imkan verir. [...]
2008-08-01 at 6.30 am
[...] trackback和pingback,如刀客征途的侧边栏最新评论。 Get Recent Comments – 显示最新回复的摘要,可以设置为不显示 trackback。 Gravatar – [...]
2008-08-01 at 12.27 pm
[...] Get Recent Comments 显示最新评论的插件 [...]
2008-08-01 at 1.43 pm
[...] Get Recent Comments 显示最新评论的插件 [...]
2008-08-01 at 2.31 pm
[...] 플러그인이 상호 호환되지 않아서 검색을 통해서 문제를 해결했습니다. Bitte keine heisse Asche einwerfen를 참고해서 caching된 데이터를 무시하고 강제로 comments 정보를 가져오도록 [...]
2008-08-01 at 11.00 pm
[...] Plugin Get Recent Comments verweigerte seinen Dienst total, nicht mal einen einzigen Kommentar wollte es ausspucken, von eine [...]
2008-08-03 at 11.56 am
[...] Get recent comments Ein Plugin um die letzten Kommentare in der Sidebar darstellen zu können. Viele Besucher schauen bei mir auf diesen Bereich und gucken wer seinen Kommentar zu was abgegeben hat. Aus meiner Sicht auch ein brauchbares Plugin um die Interaktion auf dem Blog zu fördern. [...]
2008-08-04 at 11.15 pm
[...] zobrazení nejnovějších komentářů jsem použil plugin Get Recent Comments s kterým mám dobré zkušenosti. Tento plugin má spoustu nastavení a výsledek si můžete [...]
2008-08-05 at 5.55 pm
[...] Webseite: Get Recent Comments [...]
2008-08-06 at 6.38 am
[...] trackback和pingback,如刀客征途的侧边栏最新评论。 Get Recent Comments – 显示最新回复的摘要,可以设置为不显示 [...]
2008-08-08 at 6.37 am
[...] Get Recent Comments – 显示最新评论/引用的摘要 [...]
2008-08-08 at 9.13 pm
[...] Version: 2.0.2 Last Updated: 2007-9-25 Download : Get Recent Comments Sites : Get Recent Comments [...]
2008-08-09 at 4.28 am
[...] Get Recent Comments. Menampilkan komentar pengujung, dengan templates yang dapat dirubah sesuai kebutuhan kita. [...]
2008-08-09 at 4.42 am
[...] Get Recent Comments. Menampilkan komentar pengujung, dengan templates yang dapat dirubah sesuai kebutuhan kita. [...]
2008-08-09 at 8.36 am
[...] the following plugin(s) installed before activate this theme: – Flickr RSS – Del.icio.us JS – Get recent comments – Simple tags – Twitter tools – WP-Pagenavi – WP lightbox 2 [...]
2008-08-09 at 10.03 am
[...] Get Recent Comments:shows recent comment. [...]
2008-08-09 at 11.33 am
[...] Get Recent Comments2.0.2 [...]
2008-08-10 at 10.44 am
[...] 有几个方法可以有效地达到这个目的:比如通过插件实现在侧栏里显示最新的评论,为评论提供一个专门的聚合,或是提供邮件订阅评论的选项。 [...]
2008-08-10 at 3.57 pm
[...] kodlarda en solda son yorumlar var.Tabii bu eklentinin kodları. Son yorumları göstermek için bu eklentiyi [...]
2008-08-10 at 6.35 pm
[...] Get Recent Comments – This plugin displays excerpts of the latest comments or trackbacks of your posts in your sidebar. You will have a comprehensive control on how they appear. It ranges from the number of comments, to the length of the excerpts up to the html layout. This plugin also lets you to order the comments by the corresponding post, or simply sort them by date. Even you can filter the unwanted pingbacks, which originate from your own blog. And it is a widget. [...]
2008-08-11 at 3.23 am
[...] Get Recent Comments – 显示最新评论/引用的摘要 [...]
2008-08-11 at 3.22 pm
[...] Get Recent Comments – hiện một đọan nhỏ của các comment . [...]
2008-08-11 at 4.50 pm
[...] have the following plugin(s) installed before activate this theme: – Flickr RSS – Del.icio.us JS – Get recent comments – Simple tags – Twitter tools – WP-Pagenavi – WP lightbox 2 [...]
2008-08-12 at 4.59 pm
[...] Download Get Recent Comments Plugin now! [...]
2008-08-13 at 5.57 pm
[...] Get Recent Comments (4/48) does just what it’s name implies, it gets the excerpts of the latest comments on your blog and displays them on your sidebar [...]
2008-08-13 at 8.23 pm
[...] XT Comment Relish Crawl Rate Tracker Enhanced WP-ContactForm FeedBurner FeedSmith FlickrRSS Get Recent Comments Google Analytics for WordPress Google XML Sitemaps HeadSpace2 Lightbox2 Lightbox gallery Limit [...]
2008-08-14 at 9.12 am
[...] Get Recent Comments 2.0.2 [...]
2008-08-15 at 9.16 pm
[...] möglichst nett geordnet nach den letzten Artikel. Der Blogtrainer empfahl mir das nette Plugin Get Recent Comments von Krischan Jodies. Obwohl das Plugin sehr gut mit WordPress 2.6 harmoniert, scheint es ein [...]
2008-08-16 at 4.33 am
[...] Get Recent Comments – Display the most recent comments or trackbacks with your own formatting in the sidebar or where you want. [...]
2008-08-17 at 3.27 am
[...] Get Recent Comments – hiển thị một đoạn trích của các comment mới nhất hoặc của các trackback được post trên các bài viết trên blog của bạn. [...]
2008-08-17 at 3.46 am
[...] Get Recent Comments – hiện một đọan nhỏ của các comment (displays excerpts of the most recent comments and/or trackbacks that have been posted to the articles in your blog). [...]
2008-08-17 at 5.07 am
[...] Get Recent Comments (4/48) seperti namanaya, plugin ini mengambil kutipan dari komentar terakhir dari blog anda dan menampilkannya di sidebar. [...]
2008-08-17 at 2.18 pm
[...] Illacrimo Theme 插件: Akismet All in One SEO Pack Dagon Design Sitemap Generator Get Recent Comments Google XML Sitemaps Simple Tags WordPress Database Backup WordPress Password Register - [...]
2008-08-18 at 6.11 am
[...] Get Recent Comments – Listagem dos últimos comentários do blog [...]
2008-08-18 at 3.31 pm
[...] Get Recent Comments – displays excerpts of the most recent comments and/or trackbacks that have been posted to the articles in your blog. [...]
2008-08-19 at 3.53 am
[...] Get Recent Comments – 显示最新评论/引用的摘要 [...]
2008-08-19 at 8.39 pm
[...] Get Recent Comments [...]
2008-08-20 at 8.26 pm
[...] kodlarda en solda son yorumlar var.Tabii bu eklentinin kodları. Son yorumları göstermek için bu eklentiyi [...]
2008-08-21 at 4.11 am
[...] when I was reading some comments left on my most recent delicious links post by Cooper and Rod. The Get Recent Comments plugin by Krischan Jodies lets you embed code in your sidebars (or elsewhere on your site) that fetches [...]
2008-08-21 at 7.10 am
[...] Get Recent Comments – 显示最新的留言列表. 一个可高度定制化的Wordpress留言插件, 支持Gravatar头像显示, 支持设置Trackback和留言的独立显示或过滤, 可选择是否显示文章作者留言等等. [...]
2008-08-21 at 8.41 am
[...] Get Recent Comments – 显示最新的留言列表. 一个可高度定制化的Wordpress留言插件, 支持Gravatar头像显示, 支持设置Trackback和留言的独立显示或过滤, 可选择是否显示文章作者留言等等. [...]
2008-08-23 at 4.22 am
[...] 最近のコメントやトラックバックを自由にカスタマイズした書式で出力できる、とっても便利なプラグインが Get Recent Comments だ。 [...]
2008-08-23 at 5.33 am
[...] 他のサイトで「最近のコメント」にコメントへのリンクではなくコメント内容が表示されているサイトを見ました、僕にも何とか出来ないものかと検索していたら「サイドバーのコメント表示プラグイン Get Recent Comments」を見つけました、しかしこのプラグインはウィジェット対応ですが、当サイト使用のテーマkoikikuukann3ではウィジェットに対応していません、でも記事を読み進んでいくと「サイドバーにウィジェットを使用しない場合には、ヘルプにあるコードを参考に直接sidebar.phpに書けばよいだろう。」という箇所を見つけ制作者のサイト「Bitte keine heiße Asche einwerfen」へ下の方に [...]
2008-08-24 at 5.46 pm
[...] Get Recent Comments:显示最新回复的摘要,比如煎蛋侧栏的 Rencent Comments,可以设置为不显示 trackback。 [...]
2008-08-24 at 5.51 pm
[...] Get Recent Comments – 显示最新的留言列表. 一个可高度定制化的Wordpress留言插件, 支持Gravatar头像显示, 支持设置Trackback和留言的独立显示或过滤, 可选择是否显示文章作者留言等等. [...]
2008-08-24 at 5.56 pm
[...] Get Recent Comments:显示最新回复的摘要,比如煎蛋侧栏的 Rencent Comments,可以设置为不显示 trackback。 [...]
2008-08-24 at 9.57 pm
[...] Get Recent Comments – Display the most recent comments or trackbacks with your own formatting in the sidebar or where you want. [...]
2008-08-25 at 4.11 pm
[...] Get Recent Comments – Exibe uma lista com os últimos comentários/trackback escritos no blog. [...]
2008-08-28 at 12.45 am
[...] 入手はこちらから: http://blog.jodies.de/archiv/2004/11/13/recent-comments [...]
2008-08-28 at 5.05 pm
[...] 36、Get Recent Comments:在侧栏里显示最新评论。 [...]
2008-08-29 at 5.01 am
[...] Get recent comment [...]
2008-08-30 at 1.49 pm
[...] Get Recent Comments – displays excerpts of the most recent comments and/or trackbacks that have been posted to the articles in your blog. [...]
2008-08-31 at 10.32 am
[...] eine Möglichkeit, Kommentare zu abonnieren- Gerne. Per RSS oder Mail. 7.) Nutze das "recent comments"-Plugin -hab ich fast seit Anfang drin. 8.) Nutze das "top commentators"-Plugin – [...]
2008-08-31 at 3.12 pm
[...] – Get Recent Comments [...]
2008-08-31 at 4.00 pm
[...] Get Recent Comments – 显示最新评论/引用的摘要 [...]
2008-09-01 at 3.36 pm
[...] comments: I used a plugin: Get Recent Comments. Below is the code to call on sidebar: <ul> <?php get_recent_comments(); ?> [...]
2008-09-01 at 11.06 pm
[...] Get Recent Comments – mostra stralci di commenti e/o trackback recenti. [...]
2008-09-02 at 11.21 pm
[...] integrated with a number of plugins, including: Breadcrumb NavXT, Get Recent Comments, Show Top Commentators, and Sociable. All these plugins are available for free online but are [...]
2008-09-03 at 2.51 pm
[...] Version 2.6.1 package, which now has a user interface just like wordpress.com. Still fixing the Recent Comments plugin. Very much liking the Automatic Upgrade plugin (but don’t forget to turn off [...]
2008-09-05 at 12.12 am
[...] already use Akismet, and I used Get Recent Comments, but I was frustrated that it wouldn’t exclude my comments from the gather, even when [...]
2008-09-06 at 11.19 am
[...] lavorare velocemente grazie alla shell inclusa nell’account. Ho modificato la presenza dei commenti sulla barra sinistra e ho anche aggiornato i vari header che ora mostrano qualcosa di Klaipeda ed [...]
2008-09-07 at 5.52 pm
[...] Get Recent Comments : Blogunuzda yazılan son yorumları almanıza ve istediğiniz bir yerde ekrana yazmanıza imkan verir. [...]
2008-09-08 at 9.14 am
[...] Get Recent Comments: Its a wordpress add on that lists recent comments on your main page,almost every wordpress users and even blogger users like meah! (but i use rss feed) use this tool. [...]
2008-09-09 at 12.50 pm
[...] (also happy editspamming=)) WP Ajax Edit Comments im AdminEinsatz: Get Recent Comments (Homepage) Get Recent Comments ist nur ein indirektes Kommentarplugin, sorgt jedoch für größere [...]
2008-09-09 at 2.58 pm
[...] 5、Feedsky Feed :发文章时自动通知Feedsky更新。 6、Get Recent Comments:最新留言。(留言太少,准备扔。) 7、Google XML [...]
2008-09-09 at 10.24 pm
[...] Get Recent Comments, v2.0.2 [...]
2008-09-12 at 2.49 pm
[...] Get Recent Comments – zeigt die letzten Kommentare in der Sidebar [...]
2008-09-12 at 7.12 pm
[...] Get Recent Comments (4/48)它干就是名字所说的,他获取你的 blog 上最近留言的摘要,然后把他们显示在 sidebar 上。 [...]
2008-09-12 at 9.30 pm
[...] get-recent-comments. Этот плагин позволяет вывести на странице свежие [...]
2008-09-13 at 10.36 pm
[...] auch schön anzusehen ist, ist das Plugin „Get recent Comments“. Es zeigt die neusten Kommentare und/oder Trackbacks zu den Artikeln in der Seitenleiste an. So [...]
2008-09-15 at 11.32 am
[...] Get Recent Comments – 顯示最新留言/引用的摘要。 [...]
2008-09-16 at 9.34 am
[...] Get Recent Comments Mostrare i commenti più recenti nella sidebar [...]
2008-09-17 at 7.37 am
[...] Get Recent Comments : Blogunuzda yazılan son yorumları almanıza ve istediğiniz bir yerde ekrana yazmanıza imkan verir. [...]
2008-09-17 at 4.35 pm
[...] comentarios Instalé el plugin “Get recent comments” por la simple razón de que su autor emplea la misma plantilla que yo. Y eso es buena señal. [...]
2008-09-30 at 12.36 pm
[...] Get Recent Comments -> man kann die letzten Kommentare z.Bsp. in der Sidebar des WordPress Blogs anzeigen lassen [...]
2008-10-07 at 11.43 pm
[...] want to start a discussion, most will be more than happy to join in on an existing one. With the Get Recent Comments plugin, readers will be able to see a list of the most recent comments in your [...]
2008-10-13 at 8.20 am
[...] Get Recent Comments [...]
2008-10-19 at 2.03 am
[...] WordPress Plugin: Get Recent Comments This plugin displays excerpts of the most recent comments and/or trackbacks that have been posted to the articles in your blog. (tags: WordPress Plugin: Get Recent Comments) [...]
2008-10-24 at 8.46 am
[...] Get Recent Comments [...]
2008-10-28 at 11.41 am
[...] 7. Lista dos últimos comentários: Isto mostra que há vida no blog, como também incentiva a participação, em alguns casos, a leitura dos post´s inanimados nas páginas do blog. Plugin que utilizo”Show Recent Comments”. [...]
2008-11-02 at 4.04 pm
[...] Get Recent Comments – Zeigt die letzten Kommentare in einem Sidebar-Widget an [...]
2008-11-04 at 1.09 pm
[...] Get Recent Commentshttp://blog.jodies.de/2004/11/recent-comments/ [...]
2008-11-06 at 8.06 am
[...] http://blog.jodies.de/2004/11/recent-comments/ I’m using this as a widget on my sidebar on only the single blog posts so that people can see the conversations that are going on. [...]
2008-11-16 at 1.07 pm
[...] Download this Plug-in [...]
2008-11-27 at 8.46 am
[...] The comment encourager Get Recent Comments The best way to encourage commenters – short of bribery – is to show them all the hilarious and/or [...]
2008-11-30 at 4.23 pm
[...] wtyczki dalej istnieją, ale dla bardziej rozbudowanych możliwości. Ale dla podstawowych wystarczy tylko skopiować [...]
2008-12-05 at 5.17 pm
[...] proceso es sencillo. He utilizado Get Recent Comments para mostrar los últimos [...]
2008-12-07 at 12.23 am
[...] appears to be a minor bug with the plugin. Go here: WordPress Plugin: Get Recent Comments at Bitte keine heiße Asche einwerfen and search for %BEG_OF_TITLE% It offers a fix (turning off the cache for the plugin) and a couple [...]
2008-12-18 at 2.06 pm
[...] Get Recent Comments This will allow you to put the most recent comments in your sidebar. [...]
2008-12-19 at 1.17 pm
[...] habe hierfür das Recent Coments Plugin verwendet und hatte zunächst auch mit einem kleinen Bug zu [...]
2008-12-20 at 10.21 pm
[...] Get Recent Comments: لإظهار التعليقات الأحدث في شريط القائمة الجانبية. [...]
2008-12-25 at 2.14 am
[...] Get Recent Comments – Ett kommentarvisnings-tillägg som tillåter diig helt formatera hur de senaste skrivna kommentarerna ska visas t.ex i din sidopanel. Av Krischan Jodies. [...]
2008-12-27 at 8.46 pm
[...] Most recent comments Displays the recent comments on your sidebar. Keeps the discussion alive by getting attention to posts where discussion is going on. [...]
2009-01-08 at 8.48 am
[...] möchtest um weitere Neuigkeiten schnell und einfach in deinen Feedreader geliefert zu bekommen.Get-Recent-Comments ist ein WordPress Plugin welches als Widget die letzten Kommentare und Trackbacks anzeigt. Dabei [...]
2009-01-17 at 2.00 pm
[...] Get Recent Comments [...]
2009-01-18 at 4.46 pm
[...] Get Recent Comments [...]
2009-01-18 at 7.25 pm
[...] Get Recent Comments [...]
2009-01-20 at 7.58 am
[...] phù hợp với bài viết, hoặc đơn giản là sắp xếp theo ngày tháng. Chi tiết tại đây. 16. twitME Plugin này sẽ cho phép bạn tự động đăng bài mới trên dịch vụ blog [...]
2009-01-20 at 4.12 pm
[...] Plugin này sẽ hiển thị trích đoạn những bình luận gần đây nhất và/hoặc các theo dõi trên sidebar của bạn. Công cụ còn hỗ trợ khả năng quản lí toàn diện các hiển thị này. Bạn có thể sắp xếp thứ tự các bình luận để phù hợp với bài viết, hoặc đơn giản là sắp xếp theo ngày tháng. Chi tiết tại đây. [...]
2009-01-24 at 5.09 pm
[...] Sitemap, como o Ask.com, Google, MSN Search e Yahoo, são notificados sobre a atualização. Get Recent Comments Com esse plugin você vê uma barra lateral com os últimos comentários deixados nos seus [...]
2009-01-26 at 7.27 am
[...] pour améliorer le look de votre lien “archives” – blog.jodies.de/2004/11/recent-comments pour avoir la liste des derniers commentaires dans votre barre de navigation – [...]
2009-01-27 at 1.10 am
[...] 11. Get Recent Comments [...]
2009-01-27 at 8.30 am
[...] Get Recent Comments In the sidebar there’s 2 new sections Recent Comments & Recent Trackbacks displaying a bit more info about who’s talking and where incoming links are from. Get the plugin here » [...]
2009-01-29 at 9.41 am
[...] um weitere Neuigkeiten schnell und einfach in deinen Feedreader geliefert zu bekommen !!Das Get-Recent-Comments und LMB^Box Smileys Plugin haben zwar schon einige Laufzeit auf dem “Buckel”. Dennoch [...]
2009-01-30 at 11.27 pm
[...] pour améliorer le look de votre lien “archives” – blog.jodies.de/2004/11/recent-comments pour avoir la liste des derniers commentaires dans votre barre de navigation – [...]
2009-02-04 at 5.46 pm
[...] Most recent comments Displays the recent comments on your sidebar. Keeps the discussion alive by getting attention to posts where discussion is going on. [...]
2009-02-11 at 6.03 pm
[...] Get Recent Comments [...]
2009-02-13 at 6.30 pm
[...] konnte durch deaktivieren von Get Recent Comments zumindest die meisten anderen Plugins betreiben. Dem Entwickler habe ich das Problem geschildert [...]
2009-02-15 at 5.22 am
[...] Plugin này sẽ hiển thị trích đoạn những bình luận gần đây nhất và/hoặc các theo dõi trên sidebar của bạn. Công cụ còn hỗ trợ khả năng quản lí toàn diện các hiển thị này. Bạn có thể sắp xếp thứ tự các bình luận để phù hợp với bài viết, hoặc đơn giản là sắp xếp theo ngày tháng. Chi tiết tại đây. [...]
2009-02-21 at 11.50 pm
[...] Get Recent Comments – tai WordPress įskiepis, kurio pagalba galite šoniniam meniu (sidebar’e) rodyti naujausius komentarus ir sekimo nuorodas. [...]
2009-02-28 at 11.05 am
[...] Scarica il plugin: Recent Comments Plugin [...]
2009-03-06 at 2.11 pm
[...] Jodies – Sein Evergreen Get Recent Comments ist auch hier im Einsatz. Mit über 120.000 Downloads eines der erfolgreichsten PlugIns der [...]
2009-03-11 at 5.58 pm
[...] Plugin này sẽ hiển thị trích đoạn những bình luận gần đây nhất và/hoặc các theo dõi trên sidebar của bạn. Công cụ còn hỗ trợ khả năng quản lí toàn diện các hiển thị này. Bạn có thể sắp xếp thứ tự các bình luận để phù hợp với bài viết, hoặc đơn giản là sắp xếp theo ngày tháng. Chi tiết tại đây. [...]
2009-03-27 at 3.00 pm
[...] Get Recent Comments – Dieses Plugin zeigt die letzten Kommentare in der Sidebar des Blogs an. [...]
2009-04-05 at 7.39 am
[...] Layout Downloadgröße: 0,176 MByte Version: 2.0.6 Herausgeber: Krischan Jodies Website: Seite des Autors mit Infos zum Plugin Website: Weitere Infos zum Plugin Downloadlink: Zum [...]
2009-04-06 at 12.18 am
[...] habe ich wieder die Recent-Comments- und Recent-Trackbacks-Plugins aktiviert, um den interessierten Besucherinnen und Besuchern den [...]
2009-04-27 at 5.45 am
[...] Plugin này sẽ hiển thị trích đoạn những bình luận gần đây nhất và/hoặc các theo dõi trên sidebar của bạn. Công cụ còn hỗ trợ khả năng quản lí toàn diện các hiển thị này. Bạn có thể sắp xếp thứ tự các bình luận để phù hợp với bài viết, hoặc đơn giản là sắp xếp theo ngày tháng. Chi tiết tại đây. [...]
2009-05-05 at 8.36 am
[...] la plus répandue, comme ici dans la colonne centrale. Si vous utilisez un plugin WordPress comme Get Recent Comments vous pouvez paramétrer le nombre de commentaires à afficher, le nombre de caractères à afficher [...]
2009-05-05 at 3.11 pm
[...] la plus répandue, comme ici dans la colonne centrale. Si vous utilisez un plugin WordPress comme Get Recent Comments vous pouvez paramétrer le nombre de commentaires à afficher, le nombre de caractères à afficher [...]
2009-05-10 at 7.20 am
[...] Get Recent Comments is a widgetised plugin which allows you to easily view recent comments on your blog and stick them into your sidebar. You can also include pingbacks/trackbacks if you wish. [...]
2009-05-20 at 1.46 pm
[...] get recent comments [...]
2009-05-21 at 11.49 am
[...] Get Recent Comments 2.0.6 – Por Krischan Jodies – Para mostrar en un widget los comentarios más recientes. [...]
2009-05-29 at 11.01 am
[...] Get Recent Comments: The nice little plug-in that renders the Recent Comments section in the right sidebar. [...]
2009-06-19 at 12.46 am
[...] die Anzeige der letzten Kommentare ist hier das WordPress Plugin Get Recent Comments zuständig. Das wird über die WordPress-Einstellungen konfiguriert und einfach über [...]
2009-06-22 at 9.11 am
[...] Get Recent Comments – använder du om du vill visa upp dina senaste kommentarer på exempelvis din framsida. [...]
2009-07-06 at 6.36 pm
[...] 59. Get Recent Comments [...]
2009-07-14 at 1.01 pm
[...] Get Recent Comments [...]
2009-07-22 at 11.15 pm
[...] Get Recent Comments: A widget that lets you err….well….display your most recent comments. [...]
2009-07-30 at 7.56 am
[...] (3)Custom Posts Per Page カテゴリーリンクでタイトル一覧を表示する (4)Get Recent Comments コメントのリンク表示ではなく内容を表示する (5)My Category Order [...]
2009-07-30 at 5.46 pm
[...] Bigcool 之后,找到了一个比较完善的解决方案,那就是使用 Get Recent Comment 插件,猛击此处下载此插件。安装 Get Recent Comment [...]
2009-08-01 at 9.22 pm
[...] Get Recent Comments – von Krischan Jodies Ideal zur Anzeige der letzten Kommentare in der Sidebar, mit zahlreichen Konfigurationsmöglichkeiten bis hin zu Gravatars für die Kommentatoren. blog.jodies.de/2004/11/recent-comments [...]
2009-08-02 at 5.28 am
[...] * Get Recent Comments – hiển thị một đoạn trích của các comment mới nhất hoặc của các trackback được post trên các bài viết trên blog của bạn. [...]
2009-08-03 at 5.05 pm
[...] (von Krischan Jodies) [...]
2009-08-03 at 7.00 pm
[...] Get Recent Comments [...]
2009-08-05 at 10.17 am
[...] 8、Get Recent Comments :可以在侧边栏中显示最新评论和引用通告。展示内容完全可控制,包括评论的数量,发布时间,顺序等,或者简单地按照时间先后排序。Get Recent Comments 插件提供筛选功能,使引用通告 (Trackback) 和普通评论分开。并能忽略某些类别的评论内容,提供对 Gravatar 通用头像的支持。可以根据意愿过滤掉不想要的引用地址 (Pingback)。 [...]
2009-08-07 at 5.41 pm
[...] och gör att man kan modifera kommentarerna så de kan ha fler fält. Den andra är “Get Recent Comments” som gör som den heter, hämtar senaste [...]
2009-08-09 at 7.34 pm
[...] * Get Recent Comments – hiển thị một đoạn trích của các comment mới nhất hoặc của các [...]
2009-08-11 at 11.48 am
[...] Get Recent Comments: Auflistung von letzten Kommentaren und Ping- bzw. Trackbacks. Sehr anpassungsfähig. [...]
2009-08-20 at 10.27 am
[...] Get Recent Comments Widget qui affiche les derniers commentaires avec votre propre mise en forme dans la barre latérale. Aller sur le site de l’extension [...]
2009-08-21 at 6.02 am
[...] Get Recent Comments – Displays the most recent comments in your blog in your sidebar. Link: Click Here [...]
2009-08-21 at 7.11 am
[...] (3)Custom Posts Per Page カテゴリーリンクでタイトル一覧を表示する (4)Get Recent Comments コメントのリンク表示ではなく内容を表示する (5)My Category Order [...]
2009-08-21 at 4.06 pm
[...] 8. Get Recent Comments [...]
2009-08-24 at 3.32 pm
[...] Get Recent Comments: Muestra los últimos comentarios del blog. [...]
2009-08-28 at 7.42 am
[...] Digg 风格。需要安装的插件中的 Get Recent Comments 插件会和中文 WordPress [...]
2009-08-29 at 7.05 pm
[...] 12. Get Recent Comments [...]
2009-08-31 at 7.57 am
[...] Get Recent Comments [...]
2009-08-31 at 11.34 am
[...] visit the plugin [...]
2009-09-03 at 2.18 pm
[...] 8、Get Recent Comments :可以在侧边栏中显示最新评论和引用通告。展示内容完全可控制,包括评论的数量,发布时间,顺序等,或者简单地按照时间先后排序。Get Recent Comments 插件提供筛选功能,使引用通告 (Trackback) 和普通评论分开。并能忽略某些类别的评论内容,提供对 Gravatar 通用头像的支持。可以根据意愿过滤掉不想要的引用地址 (Pingback)。 [...]
2009-09-05 at 5.45 am
[...] Get Recent Comments コメントとトラックバックを切り分けて表示できます。表示の形態もカスタマイズが可能です。また特定のカテゴリーに付けられたコメントだけを表示するというようなこともできます。 [...]
2009-09-05 at 10.35 am
[...] Get Recent Comments – Just as the name says… this post gets recent comments. You can display recent comments in your sidebar too, which let’s your visitors get some face time and link love. [...]
2009-09-06 at 8.28 pm
[...] Get Recent Comments [...]
2009-09-06 at 9.25 pm
[...] A very useful addition and one that your commenters will heavily appreciate it. The plugin is easy to install, comes as a widget and is also quite configurable. Highlighting comments usually enhance the conversation, or at least this is what did to my blog. (download here) [...]
2009-09-07 at 11.25 am
[...] Get Recent Comments [...]
2009-09-07 at 7.23 pm
[...] A very useful addition and one that your commenters will heavily appreciate it. The plugin is easy to install, comes as a widget and is also quite configurable. Highlighting comments usually enhance the conversation, or at least this is what did to my blog. (download here) [...]
2009-09-10 at 7.32 pm
[...] A very useful addition and one that your commenters will heavily appreciate it. The plugin is easy to install, comes as a widget and is also quite configurable. Highlighting comments usually enhance the conversation, or at least this is what did to my blog. (download here) [...]
2009-09-11 at 3.39 pm
[...] Get Recent Comments (แสดงความคิดเห็นล่าสุดใน Sidebar) [...]
2009-09-14 at 9.46 pm
[...] 12. Get Recent Comments [...]
2009-09-15 at 6.33 pm
[...] 12. Get Recent Comments [...]
2009-09-16 at 9.30 am
[...] 12. Get Recent Comments [...]
2009-09-18 at 1.19 pm
[...] * Get Recent Comments – hiển thị một đoạn trích của các comment mới nhất hoặc của các trackback được post trên các bài viết trên blog của bạn. [...]
2009-09-22 at 1.07 am
[...] Get Recent Comments zeigt die letzten Trackbacks und Kommentare [...]
2009-10-04 at 9.24 am
[...] Get Recent Comments [...]
2009-10-10 at 2.43 pm
[...] Get Recent Comments [...]
2009-10-14 at 11.26 am
[...] Get Recent Comments provides extra customisation of the comments widget. [...]
2009-10-16 at 11.24 am
[...] Get Recent Comments provides extra customisation of the comments widget. [...]
2009-10-27 at 7.38 am
[...] Get Recent Comments [...]
2009-10-29 at 1.05 pm
[...] Version 2.0.6 | By Krischan Jodies | Visit plugin site [...]
2009-11-02 at 2.57 am
[...] 2.プラグインGet Recent Commentsをインストール、有効化。 3.get recent commentsの設定 [...]
2009-11-02 at 7.01 pm
[...] Get Recent comment Visar senaste läsarkommentarerna i högerkolumnen om du klistrar in php-koden där. [...]
2009-11-05 at 1.18 pm
[...] Get Recent Comments Download: Get Recent [...]
2009-11-06 at 7.29 pm
[...] Get Recent Comments [...]
2009-11-18 at 2.45 pm
[...] Plugin này sẽ hiển thị trích đoạn những bình luận gần đây nhất và/hoặc các theo dõi trên sidebar của bạn. Công cụ còn hỗ trợ khả năng quản lí toàn diện các hiển thị này. Bạn có thể sắp xếp thứ tự các bình luận để phù hợp với bài viết, hoặc đơn giản là sắp xếp theo ngày tháng. Chi tiết tại đây. [...]
2009-12-05 at 8.08 pm
[...] Get Recent Comments 2.0.2 : Muestra los últimos comentarios. [...]
2009-12-06 at 5.02 am
WordPress Plugin: Get Recent Comments at Bitte keine heiße Asche einwerfen…
Zur Zeit eher ein Flugblog…
2009-12-07 at 7.11 pm
[...] Get Recent Comments : Display the latest user comments on your blog. [...]
2009-12-19 at 4.20 am
[...] Get Recent Comments, versión 2.0.6 de Krischan Jodies. Otro plugin que coloca información en la barra lateral. Son los más recientes comentarios, que el plugin toma de todas las notas y los enseña en un lugar visible. Quiere estimular que otros lean esos comentarios, se interesen y puedan agregar los suyos propios. [...]
2010-01-04 at 4.53 pm
[...] Get Recent Comments This plugin displays excerpts of the most recent comments and/or trackbacks that have been posted [...]
2010-01-05 at 1.22 pm
[...] Get Recent Comments face ceea ce spune : iti ofera posibilitatea de a selecta ultimile comentarii de pe blog si a le [...]
2010-01-08 at 1.42 pm
[...] Realisiert hatte ich diese Seite übrigens mit einem eigenen WordPress-Template und get_recent_comments vom Plugin Get Recent Comments. [...]
2010-01-13 at 2.51 am
[...] 9. Get Recent Comments [...]
2010-01-13 at 2.51 am
[...] 9. Get Recent Comments [...]
2010-01-13 at 10.14 pm
[...] Einsatz:Fast and Secure Contact Form von Mike ChallisSI CAPTCHA Anti-Spam ebenfalls von Mike ChallisGet Recent Comments von Krischan JodiesGoogle XML Sitemaps von Arne BrachholdPretty Comments von Andrea [...]
2010-01-14 at 9.40 am
[...] Get Recent Comments サイドバーにコメント,トラックバックを分けて表示する。 [...]
2010-01-14 at 7.04 pm
[...] Get Recent Comments – This plugin shows excerpts of the latest comments and/or trackbacks in your sidebar. [...]
2010-01-23 at 11.34 am
[...] find ich nett, genau wie neue Kommentare. Das funktionert ganz prima mit Plugins, solange man WordPress aus der Box holt und den Core in Frieden lässt … Was nicht nach mir [...]
2010-01-27 at 1.36 am
[...] Get Recent Comments [...]
2010-02-01 at 9.42 am
[...] Last.fm Records Get Recent Comments Subscribe to Comments WordPress.com Stats for the [...]
2010-02-06 at 2.11 pm
[...] El Comentarios recientes es de los alemanes de Jodies. Se puede maquetar a tu gusto la presentación de los datos con llamadas %: http://blog.jodies.de/2004/11/recent-comments/ [...]
2010-02-08 at 10.24 pm
[...] Das sind meist Codeschnipsel, die man selber eben zusammen basteln kann. Vielleicht auch nicht für GetRecentComments, welches etwas mehr Spielraum gibt – mit wenigen Mausklicks und ohne wirklich grossen [...]
2010-02-10 at 12.39 pm
[...] Get Recent Comments by Krischan JodiesDisplay the most recent comments or trackbacks with your own formatting in the sidebar. Visit Options/Recent Comments after activation of the plugin. [...]
2010-02-15 at 5.57 pm
[...] サイドバーのコメント内容表示プラグイン 「Get Recent Comments」を見つけました、しかしこのプラグインはウィジェット対応です。 [...]
2010-02-18 at 6.12 pm
[...] Überarbeitung, ebenso wie die eingebundenen Tweets und die neusten Fotos auf Twitpic. Neu sind die 5 letzten Kommentare und die 5 letzten Artikel. Ausserdem habe ich die Blogroll, mit dem Plugin “Better [...]
2010-02-25 at 9.41 pm
[...] Get Recent Comments – последние комментарии во второй колонке [...]
2010-03-06 at 11.52 pm
[...] Download 0 Comment [...]
2010-03-11 at 9.18 pm
[...] Get Recent Comments: لإظهار التعليقات الأحدث في شريط القائمة الجانبية. [...]
2010-03-16 at 7.16 pm
[...] Get Recent Comments [...]
2010-03-23 at 11.59 am
[...] [...]
2010-03-23 at 6.26 pm
[...] commentaires et/ou trackback qui ont été posté sur les articles du blog. URL du plugin : http://blog.jodies.de/2004/11/recent-comments/ URL de l’auteur : [...]
2010-03-25 at 4.23 pm
[...] Lembrando que este é um tutorial voltado para quem usa o Blogger. Aqui no Novo na Rede nós usamos o WordPress.org como CMS e vocês podem ver na sidebar (barra lateral) das páginas internas que mostramos os últimos comentários feitos pelos autores, suas fotos e links. Para isso usamos o Plugin Get Recent Comments. [...]
2010-03-26 at 2.35 pm
[...] Get Recent Comments (แสดงความคิดเห็นล่าสุดใน Sidebar) [...]
2010-03-31 at 11.20 pm
[...] Get Recent Comments von Krishan Jodies • Ganz einfach: die neuesten Kommentare in der Sidebar anzeigen lassen. Ist per Widget realisiert, das man nach Belieben an die Stelle in der Sidebar ziehen kann, wo es beliebt. [...]
2010-04-19 at 7.19 am
[...] You might want to have a look in the changelog. [...]
2010-04-25 at 9.41 pm
[...] 12 – Get Recent Comments [...]
2010-04-28 at 10.03 pm
[...] Get Recent Comments – добавя нова джаджа за показване на нови коментари. Може да настройте начина, по който да се покзват. [...]
2010-05-06 at 1.27 am
[...] Get Recent Comments WordPress Plugin: Get Recent Comments)[/lan... [...]
2010-05-08 at 5.52 pm
[...] Get Recent Comment 多くの方が使っていると思います。いっそのこと標準装備にすればいいのに。 [...]
2010-05-12 at 9.42 pm
[...] http://blog.jodies.de/2004/11/recent-comments/ Related Posts:PCブラウザでWordPressのケータイ表示Ktai sytleを確認する方法WordPress MUが使えない人はrssよりBlogrollを活用しましょう女性向けコンテンツにおすすめのWordPressテーマ・テンプレートテンプレート浮気中 『arpowers』のWordPress theme特定カテゴリー&複数ブログのRSSフィードを配信・表示する [...]
2010-05-13 at 10.25 am
[...] Get Recent Comments [...]
2010-05-13 at 5.11 pm
[...] Get Recent Comments [...]
2010-05-14 at 2.19 pm
[...] 8、Get Recent Comments :可以在侧边栏中显示最新评论和引用通告。展示内容完全可控制,包括评论的数量,发布时间,顺序等,或者简单地按照时间先后排序。Get Recent Comments 插件提供筛选功能,使引用通告 (Trackback) 和普通评论分开。并能忽略某些类别的评论内容,提供对 Gravatar 通用头像的支持。可以根据意愿过滤掉不想要的引用地址 (Pingback)。 [...]
2010-05-25 at 6.37 pm
[...] Get Recent Comments [...]
2010-05-30 at 12.16 am
[...] Get Recent Comments – Desenvolvido por Krischan Jodies – Mostra os últimos comentários feito no blog. Apesar do WordPress já possuir uma ferramenta parecida, ele permite uma customização completa e rápida. [...]
2010-05-31 at 12.42 am
[...] Get Recent Comments: Gives you a nice widget showing the latest comments. [...]
2010-05-31 at 2.08 pm
[...] Get Recent Comments [...]
2010-06-13 at 2.10 pm
[...] wäre es nicht viel cooler, die neuesten Kommentare direkt angezeigt zu bekommen? Das macht Get Recent Comments – und zwar sehr [...]
2010-06-17 at 11.55 am
[...] Get Recent Comments [...]
2010-06-22 at 5.14 am
[...] 8、Get Recent Comments :可以在侧边栏中显示最新评论和引用通告。展示内容完全可控制,包括评论的数量,发布时间,顺序等,或者简单地按照时间先后排序。Get Recent Comments 插件提供筛选功能,使引用通告 (Trackback) 和普通评论分开。并能忽略某些类别的评论内容,提供对 Gravatar 通用头像的支持。可以根据意愿过滤掉不想要的引用地址 (Pingback)。 [...]
2010-06-25 at 1.23 pm
[...] Get Recent CommentsEine weitere Spielerei für die Sidebar – die letzten Kommentare. [...]
2010-07-11 at 3.03 pm
[...] Get Recent Comments [...]
2010-07-14 at 4.46 pm
[...] y algunas opciones más.FD Feedburner Plugin: Para redireccionar los feeds de tu sitio a Feedburner.Get Recent Comments: Para mostrar en un widget en el sidebar los comentarios y tracbacks más recientes.Google [...]
2010-07-31 at 10.22 pm
The art of war…
[...] ……
2010-08-04 at 3.54 pm
[...] Get Recent Comments [...]
2010-08-07 at 1.47 am
[...] -Lets me run PHP in posts and pages. Feedburner Feed Replacement -directs RSS feeds to feedburner. Get Recent Comments -generates a list of recent comments in the sidebar. Google Sitemaps -creates a Google-friendly [...]
2010-08-07 at 1.48 am
[...] -lets me run PHP in posts and pages. Feedburner Feed Replacement -directs RSS feeds to feedburner. Get Recent Comments -generates a list of recent comments in the sidebar. Google Sitemaps -creates a Google-friendly [...]
2010-08-30 at 12.07 pm
[...] Get Recent Comments [...]
2010-08-31 at 3.24 pm
[...] Get Recent Comments – Exibe uma lista com os últimos comentários escritos no blog. [...]
2010-09-01 at 8.15 pm
[...] Plugin website | WordPress.org plugin page [...]
2010-09-06 at 10.56 am
[...] 12. Get Recent Comments [...]
2010-09-18 at 9.22 am
[...] LİNKLER: İndir Eklenti Anasayfası [...]
2010-09-22 at 6.56 am
[...] You might want to have a look in the changelog. [...]
2010-09-28 at 3.02 pm
[...] Recent Comments Shows the latest comments you have received on your blog as a widget which can be placed on the Sidebar or Footer. [...]
2010-10-05 at 10.48 am
[...] Version 2.0.6 | By Krischan Jodies | Visit plugin site [...]
2010-10-05 at 12.19 pm
[...] 12. Get Recent Comments [...]
2010-10-30 at 9.14 am
[...] ということで、違う方法で最近のコメントを取り出す方法を模索していると、Get Recent Comments というプラグインに辿り着いた。以下の記事が参考になりました。 →Trash can::ver.2:Get Recent Commentsを入れてみた プラグインをインストールして有効化。テーマ footer.php の該当箇所を以下に書き換え。 [...]
2010-11-18 at 7.18 am
[...] This plugin shows excerpts of the latest comments and trackbacks in your sidebar. You can let the plugin order the comments by the corresponding post, or simply order them by date. Plugin author page [...]
2010-11-18 at 9.19 pm
[...] Get Recent Comments Ce plugin ajoute une plus-value au widget de commentaires de base. Il permet d'afficher le pseudonyme cliquable du commentateur ainsi que le début de son commentaire. Utile pour augmenter l'interactivité des commentaires ! [...]
2010-12-06 at 2.58 pm
[...] did a search on Google and came up with WordPress Plugin: Get Recent Comments. Not only can I deselect my own comment links, I can change how and what is displayed as well as [...]
2010-12-16 at 3.14 am
[...] WP e-Commerce8. ShareThis 9. Redirection10. Yet Another Related Posts Plugin11. Sidebar Widgets12. Get Recent Comments13. Akismet14. WP lightbox 215. Ultimate Tag Warrior 316. My Page Order17. Adsense-Deluxe18. Search [...]
2011-01-14 at 10.11 am
[...] die 5 letzten Pingbacks/Trackbacks angezeigt. Dieses Widget ist Bestandteil des Plugins “Get Recent Comments“, welches auch mein “Letzte Kommentare” Widget mit integrierten RSS Feed steuert. [...]
2011-01-18 at 4.44 am
[...] Get Recent Comments [...]
2011-02-09 at 6.00 pm
[...] 12. Get Recent Comments [...]
2011-02-12 at 5.00 pm
[...] Get Recent Comments Display the most recent comments or trackbacks with your own formatting in the sidebar. Visit [...]
2011-02-22 at 8.05 am
[...] want to start a discussion, most will be more than happy to join in on an existing one. With the Get Recent Comments plugin, readers will be able to see a list of the most recent comments in your [...]
2011-02-25 at 1.12 pm
[...] Get Recent Comments [...]
2011-02-25 at 3.05 pm
[...] dem Namen des Kommentators auch gleich die ersten 120 Zeichen seines Kommentars zu lesen. Mit dem Get Recent Comments WordPress Plugin kein [...]
2011-03-24 at 10.45 am
[...] flesta bloggplatformar erbjuder en plugin som drar in de senaste kommentarerna från bloggen. Har du detta på en synlig plats på din blogg [...]
2011-04-06 at 5.34 pm
[...] Beschreibung: Get Recent Comments [...]
2011-04-07 at 8.11 pm
[...] http://blog.jodies.de/2004/11/recent-comments/ [...]
2011-04-25 at 6.31 am
[...] Get Recent Comments [...]
2011-05-14 at 8.26 pm
[...] visit the plugin [...]
2011-05-26 at 11.06 am
[...] You might want to have a look in the changelog. [...]
2011-05-27 at 11.40 am
[...] 12. Get Recent Comments [...]
2011-06-22 at 6.18 am
[...] Get Recent Comments : Widget pour modifier l’affichage des commentaires. Aller sur le site de l’extension [...]
2011-07-01 at 5.00 pm
[...] Recent Comments: anche qui diamo un premio ai nostri commentatori più assidui, mostrando gli ultimi commenti inseriti nel blog [...]
2011-07-12 at 2.28 pm
[...] Очень простой в настройке, имеет панель настроек. Get Recent Comments Плагин выводит самые последние комментарии, [...]
2011-07-22 at 4.25 pm
[...] 12. Get Recent Comments [...]
2011-08-02 at 12.11 pm
[...] Get Recent Comments provides extra customisation of the comments widget. [...]
2011-09-29 at 6.04 am
[...] Plugin này sẽ hiển thị trích đoạn những bình luận gần đây nhất và/hoặc các theo dõi trên sidebar của bạn. Công cụ còn hỗ trợ khả năng quản lí toàn diện các hiển thị này. Bạn có thể sắp xếp thứ tự các bình luận để phù hợp với bài viết, hoặc đơn giản là sắp xếp theo ngày tháng. Chi tiết tại đây. [...]
2011-10-02 at 8.23 pm
[...] Get Recent Comments Отображает в сайдбаре последние комментарии. [...]
2011-10-14 at 11.26 am
[...] Get Recent Comments face ceea ce spune : iti ofera posibilitatea de a selecta ultimile comentarii de pe blog si a le [...]
2011-11-01 at 4.21 am
[...] Get Recent Comments - 取得最新的评论插件(WP原有的评论展示功能很不好) [...]
2011-11-14 at 12.48 am
[...] http://blog.jodies.de/2004/11/recent-comments/ [...]
2011-11-16 at 2.10 pm
[...] Get Recent Comments – afișează cele mai noi comentarii de pe blog în sidebar. [...]
2011-11-28 at 12.15 am
[...] Eklenti Ana Sayfası [...]
2011-12-02 at 12.01 pm
[...] then reactivated the main plugins that I really felt were essential, like Get Recent Comments and Subscribe to [...]
2011-12-02 at 12.24 pm
[...] then reactivated the main plugins that I really felt were essential, like Get Recent Comments and Subscribe to [...]
2011-12-06 at 9.53 am
[...] Recent Comments سایت افزونه دریافت افرونه با آخرین به روز [...]
2011-12-12 at 7.00 am
[...] Get Recent Comments [...]
2012-02-07 at 12.01 pm
[...] Get Recent Comments [...]
2012-03-06 at 10.23 pm
[...] Get Recent Comments by Krischan Jodies [...]
2012-04-07 at 8.47 pm
[...] This plugin shows excerpts of the latest comments and trackbacks in your sidebar. You can let the plugin order the comments by the corresponding post, or simply order them by date. Plugin author page [...]
2012-04-23 at 7.45 pm
[...] Plugin URI:http://blog.jodies.de/2004/11/recent-comments/ [...]
2012-04-25 at 5.14 am
[...] Get Recent Comments:获取最新评论,官方的不是很好。 [...]
2012-04-30 at 6.55 pm
[...] Eklenti Ana Sayfası [...]
2012-05-02 at 8.10 pm
software,tools,programmer,mapping software for sales territory,software for sales and use tax…
[...]» WordPress Plugin: Get Recent Comments[...]…
2012-05-11 at 5.37 am
Halle/S….
[...]» WordPress Plugin: Get Recent Comments[...]…
2012-05-12 at 1.44 am
Septimo Arte…
[...]» WordPress Plugin: Get Recent Comments[...]…
2012-05-14 at 2.16 am
Best Hayward Web Design and Search Engine Optimization (SEO)…
[...]» WordPress Plugin: Get Recent Comments[...]…
2012-06-26 at 7.32 am
[...] Plugin này sẽ hiển thị trích đoạn những bình luận gần đây nhất và/hoặc các theo dõi trên sidebar của bạn. Công cụ còn hỗ trợ khả năng quản lí toàn diện các hiển thị này. Bạn có thể sắp xếp thứ tự các bình luận để phù hợp với bài viết, hoặc đơn giản là sắp xếp theo ngày tháng. Chi tiết tại đây. [...]
2012-06-30 at 4.54 pm
[...] Get Recent Comments – ein plugin das mir die letzten Kommentare anzeigt (bei mir zu sehen im footer) [...]
2012-07-25 at 12.21 pm
[...] WP 据说自带邮件回复功能,但是好像不顶事,这个很好用。 3.Get Recent Comments 获取最近评论插件。使用系统默认的小工具是这种效果: [...]
2012-07-25 at 10.21 pm
[...] 12. Get Recent Comments [...]
2012-07-30 at 11.52 am
[...] Get Recent Comments [...]
2012-08-21 at 10.16 am
[...] The following is Krischan Jodies’ description of Get Recent Comment. [...]
2012-08-27 at 8.13 am
[...] Get Recent Comments [...]
2012-09-03 at 6.24 pm
[...] Get Recent Comments – Desenvolvido por Krischan Jodies – Mostra os últimos comentários feito no blog. Apesar do WordPress já possuir uma ferramenta parecida, ele permite uma customização completa e rápida. [...]
2012-09-13 at 9.57 am
[...] [7、Get Recent Comments] →サイドバーにコメントを表示できるようにするプラグイン。 [...]
2012-10-01 at 6.19 am
[...] Get Recent Comments [...]
2012-10-18 at 6.50 pm
[...] 12. Get Recent Comments [...]
2012-10-22 at 11.40 pm
[...] Get Recent Comments – from Jodie Krischan Ideal for displaying the recent comments in the sidebar, with many configuration options to gravatars for the commentators. blog.jodies.de/2004/11/recent-comments [...]
2013-01-31 at 7.55 am
[...] You might want to have a look in the changelog. [...]
2013-06-01 at 9.55 am
[...] Recent Comments سایت افزونه دریافت افرونه با آخرین به روز [...]
2013-06-07 at 7.48 pm
[...] 1. recent comments: http://blog.jodies.de/2004/11/recent-comments/ [...]
2013-06-14 at 4.04 am
[...] 4.Get Recent Comments – This plugin displays excerpts of the most recent comments and/or trackbacks that have been posted to the articles in your blog. [...]
2013-06-17 at 6.45 pm
[...] 7. Get Recent Comments [...]
2013-07-23 at 6.19 pm
[...] Get Recent Comments [...]
2013-07-30 at 2.18 pm
[...] Get Recent Comments [...]
2013-09-12 at 4.03 pm
[...] 最新评论 - Get Recent Comments, WordPress默认的最新评论比较难看不能列出评论内容(有些主题会定制强化这个功能,这里不讨论),而这个插件可以定制最新评论的显示方式,比如我采用的是 <li>%gravatar %comment_author: <a href=”%comment_link” title=”%post_title”>%comment_excerpt</a></li> 这个格式, 效果如下: [...]
2014-10-31 at 11.22 pm
[...] Get Recent Comments [...]
2015-04-29 at 11.43 pm
[...] Lembrando que este é um tutorial voltado para quem usa o Blogger. Aqui no Novo na Rede nós usamos o WordPress.org como CMS e vocês podem ver na sidebar (barra lateral) das páginas internas que mostramos os últimos comentários feitos pelos autores, suas fotos e links. Para isso usamos o Plugin Get Recent Comments. [...]
2015-07-02 at 4.03 pm
[...] 12. Get Recent Comments [...]
2015-10-09 at 7.06 am
battle camp hacks…
» WordPress Plugin: Get Recent Comments…
2015-11-01 at 4.28 pm
how to check if someone blocked you on whatsapp…
» WordPress Plugin: Get Recent Comments…
2015-11-27 at 10.32 pm
Payoneer Sign Up…
» WordPress Plugin: Get Recent Comments…
2015-12-08 at 6.40 pm
h.kessi@t-online.de…
» WordPress Plugin: Get Recent Comments…
2015-12-19 at 4.55 am
rental kamera slr Jakarta…
» WordPress Plugin: Get Recent Comments…
2015-12-21 at 10.12 am
Ehefrauen Sextreffen…
» WordPress Plugin: Get Recent Comments…
2016-01-13 at 8.10 pm
silah oyunları…
» WordPress Plugin: Get Recent Comments…
2016-02-01 at 5.29 pm
[...] Get Recent Comments powers a widget in the sidebar that shows recent commenters on this blog. While WordPress includes [...]
2016-02-03 at 9.40 pm
Interflora.Co.Uk Discount Codes 2015…
» WordPress Plugin: Get Recent Comments…
2016-02-13 at 1.02 pm
best mens workout clothes…
» WordPress Plugin: Get Recent Comments…
2016-02-16 at 11.17 pm
sewa kamera waterproof Bandar Lampung…
» WordPress Plugin: Get Recent Comments…
2016-05-19 at 4.40 pm
foto bugil…
» WordPress Plugin: Get Recent Comments…
2016-07-19 at 1.41 am
Sample Essays…
» WordPress Plugin: Get Recent Comments…
2016-08-03 at 5.18 pm
http://astroforum.su/go.php?url=http://detroitcpl.net...
» WordPress Plugin: Get Recent Comments…
2016-09-05 at 4.00 am
Metal bong downpipes…
» WordPress Plugin: Get Recent Comments…
2016-10-16 at 5.04 pm
longmont yellow pages roofing contractors…
» WordPress Plugin: Get Recent Comments…
2017-01-06 at 12.10 pm
Real Travel…
» WordPress Plugin: Get Recent Comments…
2017-01-08 at 6.16 pm
[...] Get Recent Comments [...]
2017-01-10 at 4.40 am
Read Homepage…
» WordPress Plugin: Get Recent Comments…
2017-01-30 at 12.24 pm
[...] 12. Get Recent Comments [...]
2017-03-07 at 3.25 am
Most dangerous animal in the world…
» WordPress Plugin: Get Recent Comments…
2017-04-11 at 7.05 pm
webmaster-tools…
» WordPress Plugin: Get Recent Comments…
2017-04-28 at 2.38 am
Roofing options…
» WordPress Plugin: Get Recent Comments…
2017-06-07 at 1.26 pm
http://www.adwads.tk...
» WordPress Plugin: Get Recent Comments…
2017-06-19 at 9.02 am
http://www.discountcodes.io...
» WordPress Plugin: Get Recent Comments…
2017-07-01 at 11.28 am
Natural Gain PlusMale EnhancementPenis Enlargement ProgramBetter SexBigger PenisHave Sex LongerPlease Your Partner In BedHave Better Sex…
» WordPress Plugin: Get Recent Comments…
2017-10-10 at 5.30 am
clique aqui…
…
2017-10-13 at 4.32 am
togel Hongkong…
…
2017-12-20 at 4.01 pm
Singapore tourist destinations…
…
2017-12-30 at 1.14 am
Girls whatsapp numbers…
…
2018-01-02 at 12.09 am
Ahmadabad girls mobile numbers…
…
2018-04-05 at 6.03 pm
Network Access Control Software Free Download…
…
2018-05-04 at 10.33 am
trading intraday tips…
…
2018-05-13 at 11.48 am
praxis ii Test…
…
2019-08-09 at 9.51 pm
poker online…
» WordPress Plugin: Get Recent Comments…
2019-08-17 at 7.46 pm
ont i huvudet på en speciell punkt…
» WordPress Plugin: Get Recent Comments…
2019-08-28 at 8.59 am
[...] http://francepodcast.viabloga.com/news/comment-creer-un-podcast#comment_581 http://blog.jodies.de/2004/11/recent-comments/comment-page-320/#comment-1368331 https://forum.zenstudios.com/member.php?2578586-arefeh [...]
2019-08-28 at 9.16 am
[...] http://francepodcast.viabloga.com/news/comment-creer-un-podcast#comment_581 http://blog.jodies.de/2004/11/recent-comments/comment-page-320/#comment-1368331 https://forum.zenstudios.com/member.php?2578586-arefeh [...]
2019-08-28 at 9.28 am
[...] http://francepodcast.viabloga.com/news/comment-creer-un-podcast#comment_581 http://blog.jodies.de/2004/11/recent-comments/comment-page-320/#comment-1368331 https://forum.zenstudios.com/member.php?2578586-arefeh [...]
2019-11-13 at 1.26 am
website promotion…
“[...]» WordPress Plugin: Get Recent Comments[...]“…
2019-11-15 at 7.29 am
twitter marketing company…
“[...]» WordPress Plugin: Get Recent Comments[...]“…
2019-11-18 at 7.34 am
google agency…
“[...]» WordPress Plugin: Get Recent Comments[...]“…
2008-06-07 at 11.49 am
Hi, thank you for this plugin, which is exavtly what I am looking for. However, on WP plugin page (http://wordpress.org/extend/plugins/get-recent-comments/) it says it is compatible only up to WP 2.3. I have WP 2.5.1. Is it working with it? If not, are you going to update it?
Thank you for your answer!
2008-06-07 at 12.20 pm
Nadglobtrotter: It works with WP 2.5.1 but you should disable the cache in options/recent comments/misc.
2008-06-09 at 9.22 pm
Krischan and Franck: thank you for your valuable answers!
2008-06-09 at 10.08 pm
I have installed it, it is a great plugin!! Thank you Krischan for this awesome work! You should update the wordpress plugin page to show it is compatible with WP 2.5.1! What an awesome widget!! Thanks!
2008-06-09 at 11.48 pm
Hi,
I’m also having trouble with special characters… I’ll try to fix it by hacking the code by adding some of the php functions to convert special characters to HTML.
If I’m able to fix it I’ll let you know.
I’m pretty sure the problem is in the encoding of how the comment is save/retrieved from the DB but I’ll will take a closer look.
2008-06-10 at 3.02 am
Well… I just made a few tests… adding htmlentities didn’t do the trick. Also… I just checked and the comment gets displayed perfectly on the admin area (dashboard, comments, etc.).
Any ideas?
2008-06-10 at 9.24 pm
Hi, I’m having trouble with this plugin in WP 2.0.11. I can’t upgrade my WP install due to the version of MySQL (3.23) running on the server available to me. Here’s the error I get:
WordPress database error: [You have an error in your SQL syntax near 'ON ID = post_id WHERE ID IN (5,3)' at line 1]
SELECT * from wp_posts JOIN wp_post2cat ON ID = post_id WHERE ID IN (5,3);
Looks like a great plugin. Wish I could use it.
2008-06-11 at 12.22 am
Trey: Disclaimer: Preprare yourself to get in more worse trouble because you run old software with tons of security holes. Having said that: go to http://blog.jodies.de/blog/get-recent-comments/old/ and fetch older versions of the plugin. I would recommend to try the youngest and go step by step to the older versions until you find a version that still supports WP 2.0.11. I would acknowlegde, if you would tell me which version works for you, because until now I thought 2.0.11 is still supported.
2008-06-16 at 2.16 pm
I don’t speak english but I will try to write correctly.
I have install your plugin and I have choose this
%post_title
I have put 18 on Long comments are chopped off at: and Wrap long words at: but the title appear with all letters. Not only with 18 character.
How can modify this?
Thank you very much and excuse my english.
2008-06-16 at 5.45 pm
My problem is resolved.
2008-06-24 at 6.52 pm
Hi there,
Know anyone which plugin to use if I want only a part of the article to be displayed? If someone want to read more there will be a “read more” link…
On my blog right now is displayed all of article content and I don’t want this…
I’m talking about the latest 10 articles displayed on the first page of my blog.
I’m using WordPress.
Can anyone help?
2008-06-25 at 12.23 am
hello. thank you so much for this plugin. i have a question though: on my blog’s sidebar, instead of the “recent comments” title appearing normally, i keep getting this:
%BEG_OF_TITLE%recent comments%END_OF_TITLE%
how can i change it??? i would appreciate help asap. thank you!!
2008-06-25 at 12.25 am
I upgrade WP to 2.5.1 and i have this error in the sidebar in the widget of get recent comment:
%BEG_OF_TITLE%Recent Comments%END_OF_TITLE%
Why?
2008-06-25 at 12.33 am
ok ok i fix the error!
unchek the misc option “cache the output”
thank
2008-06-25 at 7.03 pm
Diego (and anybody else who has this problem): This only happens when wordpress is just upgraded to something newer than 2.4.x It disappears automatically, when you receive the first comment, or you click “save settings” in the plugin configuration. Or in other words: when the cache gets refreshed.
2008-07-06 at 11.30 pm
I think I found the condition triggering %BEG_OF_TITLE% problem:
1. Update options in get_recent_comment admin page.
2. View main page, the title should be ok.
3. Go to widget admin page, and click the button updating widgets sidebar.
4. Boom!
Looking into WP 2.5 source code, seems everything related to BEG_OF_TITLE and END_OF_TITLE are widget related. I haven’t dived into detail yet, though I have a guess:
Under wp_list_widget_controls_dynamic_sidebar() in wp-admin/includes/widgets.php, the “before_title” widget parameters is set to that value, is it possible that get_recent_comments just invalidated the cache and set the before_title to this value?
Anyway, I just take a look at the native recent_comment widget, it never stores any widget args inside its cache; the only thing stored in cache is the mysql result. The output is composed out of the result afterwards, including the title, and the warping <li>’s. Maybe this plugin can do the same?
2008-07-07 at 12.23 am
To clarify, I mean something along the line of this patch.
2008-07-08 at 2.24 am
Hi Krischan–
I LOVE how customizable this plugin is! Thanks so much! One question:
Gravatars don’t seem to be loading correctly in the sidebar comments–I’m seeing the default gravatar on every comment, including ones that display the correct gravatar in the inline comments. Here’s the code I’m using:
“%comment_excerpt” (from %comment_author, on %post_title)
Am I missing something? (Switching to just “%gravatar” instead of my customized img tag doesn’t seem to work either….)
: /
David
2008-07-08 at 2.27 am
Oops–your comments interpreted my comment code. :-p
The code, with square brackets in place of angled, is this:
[li][a href="http://threetwelve.net/blog/gravatars/"][img src="%gravatar_url" width="40" height="40" hspace="5" border="1" align="left"][/a]“%comment_excerpt”[i] [font size="xx-small"](from %comment_author, on [a href="%comment_link"][i]%post_title[/i][/a])[/font][/i][/li]
2008-07-09 at 4.19 pm
UPDATE: It’s working now. Apparently (coincidentally) the only folks whose comments I saw in the sidebar had used capital letters in their e-mail addresses. When I used wp-admin to change their e-mails to all lowercase, their gravatars appeared magically in the sidebar….
Glad it wasn’t something wrong with the plugin!
2008-07-09 at 5.55 pm
Hi,
can I get the recent comments from my WP guestbook?
2008-07-09 at 11.08 pm
Abel: Thank you for the support!
2008-07-09 at 11.10 pm
David: Thank you. Although you found a workaround, I consider this as a bug in the plugin. It should change the e-mail adresses to lower case before presenting them to the gravatar server. I will fix it.
2008-07-16 at 5.58 am
Is that awesome plugin compatble with wordpress 2.6? o_o
2008-07-16 at 11.27 am
emarts: I have not tried wp 2.6 yet.
2008-07-20 at 11.51 pm
hi
there is a small problem with this plugin – whenever i post Polish diacritic signs along with a quote sign it does not display it properly, it would show some strange symbol – testing it here: “test ał” – if this plugin is used here you will see that symbol (diamond with question mark inside).
the comment displays correct on the comment list but in the sidebar it wouldn’t. the problem is only with the letter “ł” – which strangely when written alone in quotes does not cause this..
thanks
2008-07-20 at 11.52 pm
“test ał” – testing it again to show you the error because my previous post was longer and got chopped.
2008-07-20 at 11.54 pm
okay it seems that it’s working fine here – that must be something with my wordpress
sorry for trouble
2008-07-23 at 12.37 pm
Seems like this plugin is compatible with WordPress 2.6 I’ve tried it, install it and working fine on WP 2.5 sit But doesn’t show anything on wp 2.6
No error on instal and plugin activate process, it just doesn’t show my recent comment on frontpage. Nothing wrong with the php code too.
2008-07-24 at 4.14 pm
Krischan — First off, great plugin! Super useful and very customizable.
I’m wondering whether you plan to support displaying comments by category. In my application, I’m trying to display a page that shows recent comments on category-specific pages.
Like this for example: http://gabwith.us/category/diy-and-home-improvement/
Currently it’s displaying all recent comments across the site, I’d like to limit it by category.
Thanks, and great work!
2008-07-26 at 3.20 pm
I am using SMF for a forum on my site and am wondering how easy it would be to use WordPress instead since it seems to offer much better blogging features. Does it also offer the standard forum type stuff?
2008-07-26 at 3.28 pm
I tried using Joomla for one of my sites (www.redsun.com.pk) and it has turned out pretty good but I want users to be able to leave comments that can be shown by following a link for each article. Anyone have any suggestions?
2008-07-27 at 12.38 am
Any word on getting this to work with attachment comments (or tips on a quick hack-fix until the next version is released)?
Thanks!
2008-07-28 at 9.10 am
Hallo! Verwende dein Recent Comments-Plugin und bin fast ganz glücklich. Es gibt einen Bug, der etwas störend ist: Wenn man, nachdem das Recent-Comments-Widget bereits hinzugefügt wurde, alle Einstellungen vorgenommen wurden und alles wunderbar läuft, ein weiteres Widget hinzufügt, passiert etwas seltsames: Das Recent-Comments-Widget muss neu konfiguriert werden. Es reicht, wenn ich unter Einstellungen einfach auf “Einstellungen aktualisieren” für das Plugin klicke und alles funktioniert wieder, tu ich das nicht, so wirkt es so, als ob die CSS-Ergänzungen, HTML-Änderungen und alle weiteren Einstellungen nicht übernommen würden.
Meine Seite arbeitet auf WordPress 2.6. Für Fragen schick mir doch bitte einfach ein Mail.
2008-08-03 at 4.28 am
Hallo Michael: Deaktivere doch bitte mal in den Plugin Option im Reiter “misc” die Option “cache the output (recommended).”. Ich vermute danach hören die Probleme auf.
2008-08-06 at 9.30 am
Would be nice to see a compatibility with “User photo” plugin~ (that’s a different one)
http://wordpress.org/extend/plugins/user-photo/
Keep up the great work.
2008-08-09 at 7.18 pm
i can’t get special characters to appear correctly in the recent comments widget, is there a way to get this to work?
2008-08-13 at 3.56 am
Krischan,
I was wondering if you are still actively developing the plugin?
You can reply at my email if you like.
2008-08-13 at 7.54 am
@Peter. I do.
@Lasnahk. It looks like you should use a greater value in “Wrap long Words at”.
2008-08-14 at 4.46 pm
Hallo Krischan,
vielen Dank für das großartige Plugin.
Eine Frage habe ich allerdings. Gibt es die Möglichkeit mit %gravatar_url die lokalen gecachten Gravatare anzusprechen? In einigen Fällen habe ich Gravatare nämlich nur lokal und nicht auf dem gravatar.com Server.
Vielen Dank
2008-08-14 at 5.06 pm
Hallo Hendrik, die Gravatar Routinen in dem Plugin sind zu alt für dieses Feature, die müssten mal auf den aktuellen Stand gebracht werden.
2008-08-15 at 6.30 am
I was able to fix the special charactes issue with the comment author applying the following code:
function filter_fix_special_chars_moi($autor) {
$autor = htmlentities($autor, ENT_NOQUOTES, "utf-8");
return $autor;
}
add_filter('get_comment_author','filter_fix_special_chars_moi');
add_filter('comment_author','filter_fix_special_chars_moi');
This fixed my problem when displaying regular comments but not for the recent comments plugin since it is not using the wordpress functions. Is there a way to include it somehow?
2008-08-15 at 9.34 am
Moises: What exactly is the problem? Special characters in author names? Or also elsewhere? Can you give me examples? Maybe somewhere on your blog?
2008-08-20 at 1.59 am
I want
%post_counter Comments | Last on %comment_date
to appear after the linked post, this code only works in the comment box in your plugin and when I put it there, it repeats it once for every comment, instead of just once period. Please help.
2008-08-20 at 9.05 am
hello
i love this, but i need to know one thing
is it possible to have alternate row background colours if i use this with a table? every 2nd row is alternate color? like every 2nd loop?
thanks
2008-08-21 at 10.32 pm
moonm: I can’t help, the plugin is not made for this purpose.
2008-08-21 at 10.32 pm
dave: It’s not possible without modifying the code.
2008-08-22 at 5.24 pm
Hi,
How can I integrate your Get Recent Coments Plugin with Yahoo MSN Smileys plugin in this site: http://priyadi.net/archives/2005/02/27/wordpress-yahoomsn-messenger-style-smileys-plugin/
In sidebar that kind of smileys are shown as characters. Could you give me an example code and where to put the converter, please?
Thank you,
Umut
2008-08-22 at 5.35 pm
Hello & thanks for this plugin !
i’ve just a question : how do you set the multiple option when a blog don’t use widgets ?
i just want gravatar support and set some other options
thanks if you could help !
2008-08-24 at 4.41 am
Ok, thanks for your quick response.
2008-08-24 at 5.41 am
Actually good news, after tweaking the options by leaving the closing li tag for the second line in Template for the post open box and closing it in the Template for the comments window after %comment_date, I limited the number of comments to 1 and…it worked. I could of sworn I tried this before posting here, but perhaps I messed up, anyways, thanks again.
2008-08-24 at 12.01 pm
I’m have been using this plugin for a long time now and I love it. One for the wishlist: comments on images do not show up in the list, I think they should.
2008-08-25 at 8.32 pm
Thanks…bro…this very2 good…
2008-08-26 at 10.08 pm
Is there an answer for this???
#
Hi,
How can I integrate your Get Recent Coments Plugin with Yahoo MSN Smileys plugin in this site: http://priyadi.net/archives/2005/02/27/wordpress-yahoomsn-messenger-style-smileys-plugin/
In sidebar that kind of smileys are shown as characters. Could you give me an example code and where to put the converter, please?
Thank you,
Umut
2008-08-27 at 10.49 am
I have 2 questions…..
Would it be possible to do the following things:
a) get recent comments from posts belonging only to one category?
b) get first 3 recent comments from one post? This would work like that…i would have summary news on the frontpage and i would like to show the 3 most recent comments after the summary….
Is that possible?
2008-08-27 at 5.23 pm
Hi, I’m using WP 2.6.1
I’ve installed the plugin and I’m using it as a widget, but for some reason I can’t get the comment excerpts to show up?
It shows the data on ” on ” instead of using the template?
I feel that I’m missing something simple here…
2008-08-27 at 5.24 pm
Yup… nevermind… nevermind…
Recent comments != Get Recent Comments
2008-08-27 at 7.39 pm
Dave,
I found a way to get alternating colors without modifying the code.
Since the commenter’s name is a link you could make links display in block, change the background color, and set the width to the same pixel size as your sidebar all in your CSS. What will happen is that the poster’s name will be on it’s own line with one background color and the comment excerpt will be on the next line with a different background color.
I accidentally have it setup that way on my blog now
2008-08-27 at 11.34 pm
Shaun: Congratulations
2008-08-27 at 11.36 pm
ferriol: Yes it is possible. I am impressed how versatile the plugin is
2008-08-27 at 11.40 pm
Umut: There is example code in the plugin. Look for “csm_convert”.
2008-08-28 at 2.19 pm
hey there Krischan. Wounder if you can give me a hand?
I love this plugin! really do.
I have the same problem as Able (comment 2008-07-06 at 11.30 pm). Any idea how to implement the patch? I tried to contact him, but he didnt reply.
Any ideas?
You can see the problem on the website provided on the sidebar.
If you can help, I’d prefer an email reply if pos, however I will try to check back here.
Cheers
Rel
2008-08-29 at 12.14 am
Relequestual:The workaround is to disable the cache option of the get recent comments plugin.
Since the release of WordPress 2.5 some users reported, that their blog shows something like “%BEG_OF_TITLE%” instead of “Recent Comments” (or whatever they configured as title). The author of the plugin was not able to reproduce this bug until now (and hence not able to fix it), but it looks like the problem disappears, if you disable the cache option of the plugin:
2008-08-29 at 9.14 am
Krischan: ohhhhhh it has sub menus!!! I’m using ozh’s admin drop down menu (http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/)
So the sub menu isnt showing. That would explain alot!
Problem solved. Thanks! =D
2008-08-30 at 3.19 pm
Umut: There is example code in the plugin. Look for “csm_convert”.
I installed latest version of Custom smileys plugin and set a smiley for :d But It doesn’t show on sidebar in your plugin’s section. I think this is an important problem. I set do it like WordPress. from Misc menu. And WordPress offers conversion of emoticons like
and
to graphics on display. At the moment WordPress is set to: convert to graphics. Do I need to do anything else?
Thanks
2008-08-30 at 8.49 pm
@krischan,
Great to hear….it´s possible to sort the comments by a category…
So how would it be done?
Something like that??
(i can´t manage to get it working)…
I´ve got different categories..and in every category i want to display comments by that category….
Let´s imagine i want to show only comments belonging to category 3…
Any help?
2008-08-30 at 10.40 pm
ferriol: That’s not possible.
2008-09-02 at 11.45 am
Hi guys, i have one question for your plugin: with the “simple forum plugin” i wish see the last forum post, inside the last comments results.. Can you help me?
2008-09-04 at 4.23 am
Krischan,
I have a prolem with the plugin. The way it displays in my side bar is not as i want it to:
if you refer to my site, you’ll know what i mean.
Example:
yfa
:Been waiting since 2004 to vote for him!
instead i want it to show as:
yfa: Been waiting since 2004 to vote for him!
Also, if you notice, if you click on each comment, it links to the post and not the commnet you are clicking on.
This is what is showing in teh code:
%comment_author: %comment_excerpt
Your help would be appreciated. Thanks.
2008-09-04 at 4.25 am
In fact, I’d like my Get Recent Comments to show in my sidebar as they show in yours. Thanks!!
2008-09-04 at 8.20 am
Can you give a link for “csm_convert” function related plugin. I couldn’t find a plugin includes that function???
2008-09-04 at 6.22 pm
Where can I find that link?
I was able to fix some stuff since I last posted the above messag pertaining to layout … however I am still having problems with linking to the comment itself and not the entire post… (mentioned above: Also, if you notice, if you click on each comment, it links to the post and not the commnet you are clicking on) …
2008-09-04 at 6.39 pm
To clarify more…
When I click on the comentator’s name, under comments section in the sidebar, I am linked to the post and not the commentator’s comment I am clicking on. Any idea how I can fix this?
Thanks
2008-09-04 at 11.59 pm
I’ve got this blog and it’s on wordpress.com any way I can use that plugin over there?
2008-09-07 at 11.06 pm
Jeff: As far as I know it’s not possible to install plugins on wordpress.com. But you should ask the guys there…
2008-09-07 at 11.10 pm
Iman, you should use %comment_link instead of %post_link.
2008-09-07 at 11.13 pm
Umut, csm_convert is a function of this plugin:
http://onetruebrace.com/2007/11/28/custom-smilies/
2008-09-07 at 11.15 pm
Mdo: I guess it would be necessary to program a new feature into the plugin, to make this possible.
2008-09-08 at 2.31 am
Krischan,
I did… I tried that but it did not work …
see the difference between the two:
http://iman-a.com/2008/09/05/arghhhh/#comment-554245
and
http://blog.jodies.de/archiv/2004/11/13/recent-comments/#comment-491654
the first link point to the post, even though the link shows the comment number – hence you would think it would point to that specific comment like it does in the 2nd link i provide.
This is the code I use for the template for the comment:
%comment_author: %comment_excerpt
Any idea what the problem may be?
2008-09-08 at 3.08 am
Any way to include comments that have been posted on an attachment page? See this page, http://quiltinggallery.com/?attachment_id=824 lots of comments, but they aren’t appearing in the Recent Comments in the sidebar.
Thanks,
Michele
2008-09-08 at 3.52 am
I am using wordpress version 2.6.1. — if that helps.
2008-09-08 at 3.55 pm
Hi Krischan,
ich würde gerne eine bestimmte Seite von der Auflistung der Kommentare ausschließen. Wenn ich die Dinge hier lese, sollte das möglich sein. Allerdings habe ich noch keinen Weg gefunden wie?
Wäre super, wenn du helfen könntest.
Danke und Gruß,
marc
2008-09-08 at 11.36 pm
marc, Du könntest die Seite in eine bestimmte Kategorie packen und diese Kategorie ausschliessen. Allerdings hege ich gerade den Verdacht, dass diese “Exclude categories” Funktion kaputt ist. Wieso hat sich da noch niemand beschwert?… Hm.
2008-09-09 at 10.17 am
Hi Krischan,
danke schon einmal für den Tipp. An welcher Stelle müsste ich das “Exclude categories” denn einstellen? Genau danach hatte ich eigentlich gesucht. Aber wenn die Funktion defekt ist, bin ich vielleicht gar nicht so dämlich
Gruß und danke,
marc
2008-09-10 at 3.57 pm
Hi nochens,
umgekehrt funkt es: Wenn ich nicht sage “Kategory X” ausschließen, sondern “Alle außer Kategory X” zeigen. Nur so als Info am Rand.
Besten Gruß,
marc
2008-09-14 at 2.56 pm
“David: Thank you. Although you found a workaround, I consider this as a bug in the plugin. It should change the e-mail adresses to lower case before presenting them to the gravatar server. I will fix it.”
Have you already fixed it?
Can you tell me how to do it if you haven’t?
Tanks,
Pedro
2008-09-14 at 3.05 pm
ORiOn: It’s easy to fix. Just “change the e-mail adresses to lower case before presenting them to the gravatar server.”
2008-09-14 at 3.48 pm
Why haven’t you done that if it’s easy :/
2008-09-14 at 4.17 pm
I’m trying to put this, but still not working
$gravatar_md5 = md5( strtolower($comment->comment_author_email));
2008-09-14 at 5.15 pm
ORiOn: Read my blog. I am flying. Your code looks good.
2008-09-14 at 5.15 pm
OriOn: Nice Ass.
2008-09-14 at 6.29 pm
Krischan: lol
(it’s not me, btw)
I’m a guy :/
And the does not work :/
2008-09-14 at 10.10 pm
ORiON: What i find most funny is, that we have a sex-shop chain in Germany, whose name is “Orion”.
I moved your code modification to the proper place, and put the zip file on the file server. Please get it from here.
2008-09-15 at 2.57 pm
looooooooooooool
realy?
omg
btw, thanks for the code, i will try
2008-09-15 at 3.00 pm
The code works
Thank you!
2008-09-21 at 12.15 pm
how to change the default gravatar? I know how to change this option in WordPress but it’s not the same with this plugin…
2008-09-22 at 7.15 am
cartmanff:

2008-09-22 at 4.30 pm
Hi,
Would it be possible to get the recent comments from my WP guestbook?
2008-09-26 at 2.13 am
hi,
everything works fine, however i want to modify how the list of comments are dispayed in my sidebar.
basically, i want to modify the code that gets to this in the published html page
<li id=”get-recent-comments”
where is the php for this line of code, i simply cannot find it anywhere….all i want to do is to change the id to another value so that it will be similar to my other lists in the sidebar.
thanks
2008-09-26 at 9.37 am
Inal: Have you already looked into the admin interface of the plugin? You can change the published html without changing the php code. That’s the reason, why you didn’t find the code – the html is generated from the user supplied template. The html is not “hard-coded”.
2008-09-27 at 1.52 am
guys, help me out with this.
if i go to the html source code of the page where i have the widget for your plugin, i see the following:
Recent Comments:
Abradj: EAGLES WE ARE
the second comment
the third comment
etc
what i want to change is the first li which corresponds to the widget itself. not the actual list of the comments that were made. For the list of comments, i understand that you can do it from the admin page.
Now, the text u see above ” ” is something that was automatically written. Not by me, and as far as i know, i cannot change it from the admin page.
have i missed something in the admin page?
2008-09-27 at 1.53 am
hmm… i dont know how to show code here, somehow it thought it was actual html….ill email you
2008-09-27 at 1.58 am
guess i cannot find ur email anywhere..
what i am trying to say is that i want to change the LI corresponding to the widget itself, not to the actual list of comments. This, i think, is not in the actual admin page.
ill add _ so that the code above will show up.
if i go to the html source code of the page where i have the widget for your plugin, i see the following:
Recent Comments:
Abradj: EAGLES WE ARE_
the second comment
the third comment
etc
what i want to change is the first li which corresponds to the widget itself. not the actual list of the comments that were made. For the list of comments, i understand that you can do it from the admin page.
Now, the text u see above ” ” is something that was automatically written. Not by me, and as far as i know, i cannot change it from the admin page.
have i missed something in the admin page?
2008-09-27 at 2.00 am
didnt work, ill try with { instead
if i go to the html source code of the page where i have the widget for your plugin, i see the following:
{li id=”get-recent-comments” class=”widget widget_get_recent_comments”}{h2 class=”widgettitle”}Recent Comments:{/h2}
{ul}
{li class=”this_can_be_changed_from_admin”}{a href=”http://www.XXXXX.com/?p=200#comment-22″ title=”the_title”}Abradj{/a}: EAGLES WE ARE{/li}
{li class=”this_can_be_changed_from_admin”} the second comment{/li}
{li class=”this_can_be_changed_from_admin”} the third comment{/li}
{li} etc{/li}
{/ul}
what i want to change is the first li which corresponds to the widget itself. not the actual list of the comments that were made. For the list of comments, i understand that you can do it from the admin page.
Now, the text u see above “{li id=”get-recent-comments” class=”widget widget_get_recent_comments”} ” is something that was automatically written. Not by me, and as far as i know, i cannot change it from the admin page.
have i missed something in the admin page?
2008-09-27 at 8.27 pm
Nabend Krischan!
Sehr geniales Plugin und eins was wohl auf keinem BLog fehlen sollte. Aber ich habe einen interessanten Fehler gefunden, vielleicht weißt du woher dieser kommt.
Wenn ich in einem anderen Widget in der selben Sidebar in der das Get Recent Comments Widget drin ist etwas ändere, egal welche Einstellung, zerschießt dies das Get Recent Comments Widget teilweise. Genauer gesagt gibt es dann Probleme mit der Überschrift, die sich dann wie folgt liest:
%BEG_OF_TITLE%Letzte Kommentare%END_OF_TITLE%
“Reparieren” ließ es sich bisher immer dadurch das ich auf die Einstellungsseite des Get Recent Comments Plugins gegangen bin und dort einfach die Einstellungen “update”, ohne jedoch irgendwas verändert zu haben.
Wäre cool wenn du einen Fix für das Problem hättest, auch wenn es nichts schwerwiegendes ist.
Grüsse
Frei-Gen’er
2008-09-28 at 12.17 am
Inal: {li id=”get-recent-comments” class=”widget widget_get_recent_comments”} is not made by the plugin. This part of html is generated by wordpress and the theme. If I were you I would not use the plugin as a widget, and modify the sidebar.php file instead.
2008-09-30 at 8.59 pm
Frei-Gener:
http://blog.jodies.de/2004/11/recent-comments/3/#cache
2008-10-01 at 12.15 am
I want to install this plugin twice because recent comments will appear 2 different ways on my site, depending on what page you’re on (it’s that handy). Is this possible?
2008-10-02 at 4.51 pm
Thx a lot of the quick response Krischan, keep up the great work!
2008-10-04 at 10.04 pm
anyone having problems getting the list to group together using mimbo or brandford wordpress theme?
2008-10-07 at 8.22 pm
Hi,
habe dein Plugin bei mir installiert, nun aber ein kleines Problem bemerkt.
Vor kurzem habe ich aus persönlichen Gründen die Kommentarfunktion in einen reinen Moderationsmodus umgestellt. Also gehen alle Kommentare erstmal nicht online, bevor ich dem nicht zugestimmt habe.
Die Komentare die ich nun frei gegeben habe, erscheinen jedoch nicht im “Recent Comment” Bereich. Habe schon versucht den Chache zu leeren und auch die Cachefunktion des Plugins deaktiviert. Keine Besserung. Es sind nur die Kommentare zu sehen, die vor der Umstellung veröffentlicht wurden.
Eine Idee?
2008-10-08 at 12.22 pm
There is a fatal error in the plugin when the blog is installed on subdomain and the host redirects it to a certain directory.
In order to make this plugin work on all istallations you should consider changing:
into:
/wp-admin/options-general.php
on every instance in the lpugin’s php file.
Regards,
2008-10-08 at 12.29 pm
Please disregard my previous post.
should have been written:
There is a fatal error in the plugin when the blog is installed on subdomain and the host redirects it to a certain directory.
In order to make this plugin to work on all installations you should consider changing:
into:
/wp-admin/options-general.php
on every instance in the plugin’s php file.
Regards
2008-10-08 at 4.35 pm
Great plugin…Very very close to what I wanted…!!
Thanks a lot.
2008-10-12 at 10.44 am
Hello, I´ve just updated to WP 2.6.2 – and as I have been a great fan of your really nice pluging I´m really sad that it doesn´t seem to work with WP 2.6. I get really confused comments there – the output just starts somewhere in the middle of my blog with no chance to geht the “latest” comment on Top. Don´t know why… I´ve tried for hours to solve the problem
Greetz Orangetree
2008-10-12 at 2.14 pm
Orangetree – I run several blogs with the plugin. It does work under any version of wordpress, including the 2.6 series. To enable me to help you, you should provide information about your installation. As a first step I would recommend to test, if it works when you temporarily switch back to the default theme, because “it starts somewhere where it’s not supposed to start” sounds like a bug in the theme. And by the way – we can speak german, if you like
2008-10-15 at 11.45 am
is there any solution to the problem of not seeing all menus when using something like ozh drop down menus plugin or a similar backend plugin?
2008-10-15 at 11.57 am
one more question: could the plugin be changed so that it doesn’t just use the gravatar function but instead use the built-in function call of wordpress?
I am interested in this, as right now, wordpress shows either gravatar, and if not available shows wavatar or something else… and I’d like to keep avatars similar, not having mistery man inside comments, and in the sidebar something different.
I hope my request is understandable as my English is not that good.
2008-10-15 at 4.25 pm
Hello!
Thank you for the plugin.
You plugin is incompatible with another great plugin:
“Ozh’ Admin Drop Down Menu”
The problem is that the menu of configuration of your plugin isn’t showed in the configuration page.This issue results in not to be able to go to “misc”options of your plugin and change the cache configuration…
I have to disable the other plugin to change that. No other problems with Ozh Admin Menu
Thank you,
Roy
TAG: %BEG_OF_TITLE%Comentario recientes%END_OF_TITLE%
2008-10-18 at 5.58 pm
Hi,
I traing too ask agin
Would it be possible to get the recent comments from my WP guestbook and from attachment files?
2008-10-23 at 8.15 pm
Hi and thank you for the plug in! I am using this on my site http://www.futuregringo.com/
However I’d like to remove the “bullet point” graphic element, as it doesn’t quiet match my sidebar.
Do you know where this is? I’ve been hunting around but can’t figure out if its part of your plug in or my CSS
Its on the right sidebar, just a few blocks down.
http://www.futuregringo.com/
2008-10-24 at 11.39 pm
ovidiu: Thanks for thre problem report and the request. I put them on my list.
Roy: Thanks for the report.
Katrine: Attachment: Yes, WP Guestbook: don’t know yet. Have to investigate wp guestbook.
James: The plugin doesn’t use any style tags. The bullet is defined somewhere in the css.
2008-10-24 at 11.42 pm
Thank you! Cheers and have a good weekend.
2008-10-25 at 5.57 am
Nice plug-in. I have it working on a sidebar with gravatas. But with cache disabled and the options set for ignore blog auther and check email – my commenst never update, and the most recent commenst are just not there.
Any suggestions?
2008-10-26 at 7.15 pm
Been using GRC for over a year with no problem. Suddenly, it’s stopped displaying new comments. The last comment it shows is from Oct 23. Since then, even comments from the same commenter that previously showed up don’t display.
I’m using 2.0.2. Don’t know when I updated, but probably on the day the new version was released.
I tried deactivating and reactivating the plugin, resaving the config, turning the cache off then on again, but no luck.
Any ideas? Thanks!!!
2008-10-27 at 9.14 am
Hi Krischan,
danke fuer Dein Plugin und Deine Arbeit daran …
Gibt es einen “unkomplizierten” Weg die Gravatare-Funktion generell zu deaktivieren – ?!
Danke fuer Info und eine schoene Woche.
nilson
2008-10-29 at 5.25 pm
Howdy, still unable to do any filtering and get the recent comments by dates. My comments are a static listing. Gravatars work, and it looks nice. It just doesn’t show the recent comments.
Anyone have any examples of the switch options and a working 2.6 installation of the plugin?
2008-10-30 at 6.36 pm
Jim: Here are settings of a 2.6.3 blog
2008-10-30 at 6.40 pm
nilson: In der Standardeinstellung des Plugins zeigt es doch gar keine Gravatare. Kannst Du Deinen Wunsch noch näher Beschreiben?
2008-10-30 at 6.57 pm
tbronson: If you experience problems with missing new comments it often helps to deactivate the cache.
2008-11-03 at 11.13 am
I am experiencing same problems as user ‘tbronson’ – last comment plugin shows is from october – and no comment from november is displayed. Suddenly it just stopped working right. Same thing happened in wp dashboard (recent comments window). I also tried to activate and deactivate the cache, but to no effect… Any help?
2008-11-03 at 11.25 am
Right – nailed it. All recent comments were comments INSIDE gallery (comment to attachment) – comments to attachment are displayed just fine, but your plugin doesn’t catch it…
2008-11-11 at 11.48 am
Very useful plugin, good work, thanks!
2008-11-12 at 4.33 pm
For those of you having problems with WordPress incorrectly displaying special characters or buggering up words, e.g. inserting spaces where there shouldn’t be, turning normal single quotes into strange entities (not html entities), etc. — you can fix this by updating the plugin with the following modification:
Plugin Name: Get Recent Comments
Version: 2.0.2
Line 1247: remove $comment_excerpt = strip_tags( wptexturize($comment_excerpt) );
replace with:
$comment_excerpt = strip_tags( $comment_excerpt );
The “wptexturize” method does not appear to be well documented (or implemented: http://codex.wordpress.org/Function_Reference/wptexturize), but this resolved some formatting issues on several blogs that I have used the plugin.
2008-11-13 at 3.02 pm
get recent comments already became my must have plugin, works find in my blog, event after i upgrade it to v2.6.3. thanks khrischan.
2008-11-14 at 4.10 am
Started using intensedebate plugin for comments and I think it breaks your widget. the comments are no longer updated in sidebar since installing intensedebate plugin. They are now part of automattic so may be good to fix this. Thanks.
2008-11-14 at 3.23 pm
Krischan: Thanks for the reply.
Just after my last post here, GRC started displaying again. It had just skipped a few comments. Now, it’s regularly omitting some comments, and displaying others.
I’m currently using 2.0.2. I tried everything: deactivating and reactivating, cache clearing.
This has happened since I started using GRC over a year ago. At first, it would skip comments from one particular commenter, so I figured it was something do with that address. Over the while, a comment would occasionally be missed. But now, it’s quite a few.
I can’t see a pattern. These are all regular comments, some with web site URLs, some without.
I know it sounds weird if it’s happening to no-one else, but any thoughts would be appreciated.
2008-11-16 at 1.56 pm
Hi,
Is the current version of this plugin going to be suitable for use with wp 2.7?
Thanks!
2008-11-22 at 5.44 pm
Hi Krischan, and thanks for your plugin!
I’ve noticed it’s currently using the (deprecated) ‘get_settings’-function in several places.
A search-&-replace with ‘get_option’ will keep this plugin from filling up your deprecated call log.
2008-11-27 at 10.34 am
Gibt es die Möglichkeit, nur die Kommentare zur aktuell ausgewählten Kategorie anzuzeigen? Oder mit welchem Plugin kann man sowas steuern?
2008-12-03 at 9.55 pm
Lovely plugin, but I can’t get it to stop displaying my own posts!
As far as I can tell, I’ve done everything I’m supposed to do. Selected the checkbox that supposedly filters by name and e-mail address, both of which I use in my posts and match those in my admin panel user name.
How do I get the plugin to stop recognizing my posts?
2008-12-04 at 9.09 pm
Seems to work for me in WP 2.7 RC1
2008-12-04 at 9.53 pm
Can you please fix the “%BEG_OF_TITLE%Recent Comments%END_OF_TITLE%” error that still exists? It’s a pain to have to go to the options panel and hitting the “Update Recent Comments Options” button after every widget adjustment. I really don’t want to turn off the cache either. Thanks.
2008-12-07 at 10.16 pm
Hei!
Sag mal, gibts ne Möglichkeit Avatare einzufügen? Ich denke daran das ja bald Buddypress (buddypress.org) erscheint und dorte die Avatare lokal abgelegt werden. Es wäre genial wenn du das in dein geniales Plugin integrieren kannst. Buddypress wird sicher das nächste grosse Ding
Viele Grüsse! M
2008-12-09 at 2.41 pm
Markus: Buddypress klingt interessant. Das guck ich mir mal an.
2008-12-09 at 10.08 pm
Krischan: ich denke es wird das nächste dicke Ding werden. Wenn du Zeit und Lust hast, wär eine einfach Integration genial und die Aufmerksamkeit der Buddypress-Entwicklergemeinde ist dir garantiert
Viele Grüsse! M
2008-12-12 at 2.46 pm
Alrite, here’s the idea: having posts loop, with recent comments on each, not just comment count.
This plugin will successfully accomplish this idea, except one simple lil thing. The post excerpt.
I wonder if there’s a way to call the post excerpt? As it’s already written to display post title and having its permalink, so I thought it should be possible to call the post excerpt and displaying it. I ‘ve looked around inside the plugin codes, and can’t find anything that refer to any functions to display post excerpt. I might missed something as usual.
Thoughts?
2008-12-20 at 12.49 am
Bitte behebe doch mal den %BEG_OF_TITLE%Letzte Kommenatre%END_OF_TITLE% Bug der ständig auftaucht.
Muss das denn sein?
2008-12-22 at 7.41 am
Puh: Nö, muss nicht sein, kann man so wegkriegen: http://blog.jodies.de/2004/11/recent-comments/3/#cache
2008-12-24 at 1.36 am
Minor bug report:
I use this plugin to create 2 widgets, one for comments and one for trackbacks.
The plugin’s output fails validation via http://validator.w3.org/ on the second widget due to the fact that it outputs the same div ID for both widgets:
ID “get_recent_comments_wrap” already defined.
2008-12-24 at 1.53 am
Thanks, Mike!
2008-12-24 at 8.00 am
Hello,
We are having a very odd problem. We have an editor for our website whose comments do not show up in the Recent Comments on the sidebar. All the other poeple, who are either admins or authors have their comments display.
I have been unable to figure out why. Could someone point me to the things I should be checking?
Thanks,
tarran
2008-12-24 at 12.01 pm
tarran: Is “Exclude comments by blog authors (your own comments” set?
2008-12-24 at 4.07 pm
I am having trouble blocking comments from a specific user. I thought I could just add it to the SQL, but it doesn’t seem to be taking:
$query = “SELECT * from $wpdb->comments WHERE comment_approved= ’1′ AND comment_author_email != ‘andrea.hill@gmail.com’ ” .
Any thoughts?
2008-12-25 at 11.49 pm
Andrea, I think you don’t need to program, because the feature already exists. Check “Exclude comments by blog authors (your own comments)” and “Also consider usernames and e-mail addresses, to recognize blog authors”. Then all comments made by registered e-mail addresses are filtered out. In most blogs the only registered address is your own address and we are done.
If you still need to customize: look for the funktion kjgrc_is_wordpress_user() and search there for unwanted users.
2008-12-29 at 2.03 pm
Hi,
I traing too ask agin
Would it be possible to get the recent comments from my WP guestbook and from attachment files?
Please Krischan answering me
Katrine
2008-12-31 at 8.05 pm
Happy new year! I love the plug-in. Two questions:
1. Where can I adjust the code to remove the “Recent Comments:” title and dashed line underneath it?
2. Where do I add CSS tags to style the formatting of the comments displayed?
Thanks!
2009-01-01 at 8.45 pm
Katrine: Thanks, your suggestion is on the todo list.
2009-01-01 at 8.53 pm
Yipyop:
1. http://blog.jodies.de/2004/11/recent-comments/3/#change-title
2. <div id=”get_recent_comments_wrap”>
2009-01-02 at 10.05 pm
Thanks! Is there a way to revise or remove the title without using it as a widget? Perhaps editing the plugin code itself? I am inserting teh code directly into my sidebar.php page instead of using widget support.
2009-01-04 at 9.42 pm
Yipyop: When you don’t use it as a widget, the title is not made by the plugin. Look in the code of the template. The file is “sidebar.php”.
2009-01-05 at 1.02 pm
Hi, I have something wrong with the title, can somebody help me?
2009-01-06 at 7.52 pm
Hallo!
Ich habe ein Problem mit der Anzeige der Gravatare in der Sidebar…Sie werden einfach nicht angezeigt. Woran könnte das liegen?
Lg
Robert
2009-01-06 at 10.23 pm
Is there any way to force the gravatars to be pulled from https://secure.gravatar.com if you using ssl for the wp-admin section?
2009-01-15 at 9.59 am
Hallo,
ich bräuchte nochmal Hilfe – bitte! Um die Kommentare – angezeigt von Get Recent Comments – in der Sidebar zu bearbeiten (fett, farblich usw.), welches plugin würdet ihr mir da empfehlen?
Beste Grüße
Robert
2009-01-16 at 12.57 pm
Robert, dafür brauchst Du rudimentäre HTML Kenntnisse.
2009-01-18 at 1.52 pm
Hi Krischan,
I’ve been using your plugin for quite a while now and I love what it can do. Recently I’ve updated it but I forgot a friend of mine changed it to show the local avatars too. Now I can’t seem to get that back and my friend doesn’t know what he changed anymore.. So my question for you is: Is there a possibility to show local avatars if a user doesn’t have a gravatar ?
Sometimes my posts have a long post_title. I’d like to shorten it to maybe 5 characters but this is only possible through the ‘Long comments are chopped off at’ feature. If I change that of course none of the comment is showing. Something I don’t want. So therefore my second question: anything I can do to change the length shown for the post_title ?
Thanks anyway for the great plugin !
Paul
2009-01-18 at 1.53 pm
Oh, one more thing: it shows the WP-smileys correctly, but it doesn’t show my LMB_box_smileys correctly. Question3: Anything to be done ?
2009-01-19 at 8.42 pm
1st issue solved: %comment_author op %post_title:“%comment_excerpt”
2009-01-24 at 6.11 pm
Where can I remove this piece of css style which automatically appears in the blog header?
.recentcomments a{display:inline !important;padding: 0 !important;margin: 0 !important;}
I didn’t find it inside your plugin :/
2009-01-25 at 1.21 pm
I had problems in the past with longer sentences and words ruining complete blog layout and causing real mess. I hope this plug-in can solve those issues.
2009-02-03 at 11.07 pm
thank you SO MUCH!!!
i was also getting %BEG_OF_TITLE%recent comments%END_OF_TITLE%
just uncheck “cache the output” !
tks tks tks!!!
2009-02-03 at 11.43 pm
Awesome and thanks Paulo Cholla (directly above me) I was having the same problem and you solved it for me…
2009-02-04 at 8.00 pm
How about changing the linea 1284-1285:
$comment_link = $post_link .
“#comment-$comment->comment_ID”;
to just
$comment_link = get_comment_link($comment->comment_ID);
so that the &cpage=x is included when one uses paginated comments (as supported in WP2.7)?
2009-02-05 at 10.15 am
CiViX: Thanks, good idea!
2009-02-10 at 8.25 am
Works even with WordPress 2.7 !
Thanks..
2009-02-11 at 10.48 pm
Hi Krischan,
Love your plugin – it has worked fine until recently. It will work perfectly, then suddenly just stop posting new comments. I haven’t touched the settings or changed anything… but two times now the plugin just ceases to add new comments. It keeps whichever comments were moved to the main page recently, but no new ones show up. I’ve tried deactivating/activating. I’ve tried deleting the plugin and re-installing it, nothing works.
What’s strange, though – is that when I delete and reinstall it – somehow the plugin has remembered the style settings I changed for the comment display. Those same day-old comments will show up, but the several comments since that point still do not.
Anyone else have this problem?
Chris
2009-02-12 at 3.35 am
Krischan,
I fixed the problem, though I’m not sure how. I updated to 2.7.1 and that seems to have done the trick – although before they comments stopped posting, it was working just fine in 2.7.
Chris
2009-02-12 at 8.45 am
Chris: When comments are not updated the reason is most probably another plugin which prevents “get recent comments” from getting notified about new comments. The workaround is to disable the cache of “get recent comments”:
http://blog.jodies.de/2004/11/recent-comments/3/#cache
2009-02-13 at 6.07 pm
Since WP 2.7 i have had several problems with my plugins.
After an analysis of the cross influence I found one effect:
Is the Get Recent Comments Version 2.0.2 installed together with a combination of the following plugins
FeedBurner
Simple Tags
NextGen Gallery
the following effect will be created:
There is no longer access to the page editor in the wp dashboard
2009-02-13 at 10.08 pm
Hi, I am having problems with ‘before_widget’ and ‘after_widget’ for WordPress 2.7.1.
My function looks like this:
register_sidebar(array(‘name’=>’sidebar2′,
‘before_widget’ => ”,
‘after_widget’ => ”,
‘before_title’ => ”,
‘after_title’ => ”,
));
But the ‘before_widget’ and ‘after_widget’ items are not displaying on my blog pages. It works fine for other widgets.
Thanks,
Shane
2009-02-14 at 2.28 pm
elotse: I can not reproduce the problem. On one if my blogs is NextGen Gallery and Get Recent Comments installed and I can access the “QuickPress” editor on the dashboard.
Can anybody confirm the problem?
2009-02-14 at 2.30 pm
Shane, I have to confess: I have no clou on what piece you are programming. Is this for a theme? Has this something to do with my get recent comments plugin? Can I do something? What is the question for the answer “42″?
Where do I have to put your code sample to see the problem?
2009-02-16 at 4.41 pm
I’m getting some problems hre in installing the plugin. If installation fails, is it better to overwrite files?
2009-02-17 at 3.36 pm
Hei Krischan!
Hat sich schon was in Richtung BuddyPress-Avatar-Integration getan? Schon Zeit gehabt dafür?
Gruss. M
2009-02-23 at 12.01 pm
Dear Krischan.
Thank you very much for a great plugin. I am trying to integrate your plugin into my front page, so that every post show the 3 most recent comments(or exerpts if they are too long) on the front page.
How can I modify and use your plugin for this?
Again, thank you very much!
2009-02-23 at 1.23 pm
Torbjørn: That would be more than one line. You will need a PHP programmer.
2009-02-23 at 10.26 pm
Hey, I love the plugin, Thanks!
I have a couple edits (adding some php variable to keep track of the comments in the list) that helped me style the comments a bit closer to what I already had on my site. Would you be interested in incorporating those into your plugin? Let me know and I can send you my edits (nothing hard, but I figured if I wanted those fields, others might as well).
Thanks again!
2009-02-24 at 1.54 pm
Great plugin. Works fine for us in 2.7. Had that initial problem of “%BEG_OF_TITLE%recent comments%END_OF_TITLE%” but your fix it worked perfectly. Thank you.
2009-02-24 at 11.08 pm
Having issues with %author_url_href. It’s not returning anything… so the only way I can find to include the url is href=”%author_url” which gives a blank href=”" if the comment author has not included a url. Thanks!
2009-02-24 at 11.21 pm
the fix to the %author_url_href issue I was having
edit:
if (empty($author_url) || $author_url == "http://")
$author_url_href = "";
to:
if (empty($author_url) || $author_url == "http://") {
$author_url_href = "";
}else {
$author_url_href = "href=\"" . $author_url . "\"";
}
2009-02-25 at 1.32 pm
Meerkblickzimmer: Ich hab noch keine rechte Lust gehabt. Wie macht sich das Plugin denn in WordPressMU? Funktioniert das überhaupt?
2009-02-25 at 1.33 pm
Evan: Thanks! Your edits are welcome, I will send you a mail.
2009-02-27 at 6.02 pm
After i installed the plugin, I was able to go to “get-recent-comments.php” page where the admin panel is. However, when I click on any of the options (Comments, Trackbacks, Categories, Gravatars, Misc, Instructions), the URL is attempting to do a redirect to “…/wp-admin/options-general.php?page=get-recent-comments.php&subpage=1″ throught “…subpage=6″, and it brings me to my wordpress login page, and I cannot log in with my login and password. Any idea why this is happening?
2009-02-28 at 2.34 pm
I’m also wondering if someone could fix so that comments to static/gallery pages also show in the recent comments?
2009-03-04 at 12.05 pm
Hi – I have three problems with the plugin:
1. In the result-box on the configuration page the following output code is displayed:
Om den dybt ufornuftige narkopolitik
Balder: Under al den debat om…
The code displays a specifik post and a specifik comment – do you know why?
2. I’d like to exclude my own comments, but the plugin only does this for exactly that post included in the code above?
3. I’d like to make the post title bold/strong, but no matter where I place … it’s doesn’t work.
2009-03-05 at 10.26 am
18f4614: There is something wrong with the cookies in your browser (delete them), or the wordpress installation. I hope you did not use your password as name…
2009-03-05 at 10.30 am
raapil:
1. The specific post and comment is the latest post and latest comment. It is there to help you to design the template.
2. Then this is the only posting where the rules (“filter out authenticated user” / “filter out e-mail and/or username) apply.
3. HTML tags in the template do work.
2009-03-05 at 1.37 pm
I think there is a problem with the algorithm to wrap long words. Chris Murphy (above 2008-11-12) suggested a solution which may remove the problem if a “word” contains a tag making it long e.g. <b>Longwordwhichgetssplit</b> – the problem arises when the word gets split in the middle of a tag – but there is also a problem with character entities e.g. –Longwordwhichgetssplit&#8212; – again the problem arises when the word gets split in the middle of the entity.
2009-03-05 at 1.43 pm
That last example should read “Longwordwhichgetssplit”
2009-03-05 at 5.40 pm
Rick: Yes that is a problem, we can not solve completely at the moment. Or – we can not solve it without implementing a html rendering engine
To really solve it, it would be necessary to make the code to interpret html entities.
And it also should interpret Unicode multibyte characters, where the same problem occurs, when the whitespace gets inserted into a multibyte character.
Both problems are a job for php, I think we can expect functions for it in php 6.
Meanwhile two of my favourite choices are: Live with broken wrapped words, or deactivate the “wrap long words” feature and live with “broken” sidebar content. I am in doubt that removing the wp_texturize function is a good idea. Does it help at your site?
2009-03-06 at 9.19 am
Hi Krischan, thanks for your reply. I was afraid that might be the answer and I hadn’t even considered the Unicode problem. I was hoping that there was an existing WP function that stripped out all tags and collapsed entities in a string. Not going as far as interpreting the HTML, just removing it, but if it doesn’t exist then I agree, it is a bit much for a simple plugin to do it.
In the tests I did, removing the wp_texturize call didn’t improve matters, I’m not even sure what it does. I have temporarily bypassed the problem by increasing the wrap long words threshold to a much higher number. Is that the correct way to disable the feature? I am fortunate that, in English, there are few very long words in regular use. In German I can see that it may be a more serious problem.
2009-03-06 at 1.33 pm
Rick: It is the only way to “disable” the feature at the moment. I think I should make it optional and disabled by default, since there are lots of people in the asian area which might find it annoying.
2009-03-07 at 12.12 pm
Hey Krischan,
ist es möglich, bei der Darstellung der “Recent Trackbacks” das ganze ohne “” Darstellung zu machen? Hätte es einfach gerne als Liste mit .
Wenn ja, wie geht das?
Beste Grüße,
Sebastian
2009-03-07 at 12.16 pm
oh mist, er hat es nicht richtig im Kommentar angezeigt. gemeint war: KEINE Liste mit tags sondern eine einfache Liste mit tag!
2009-03-08 at 4.16 pm
Hi,
I want to change the name of the widget “Commentaires Récents” by another sentence, how can I do ?
Thanks for your wonderful plugin
MKS from France.
2009-03-13 at 5.00 am
Hello,
I have been playing with Get Recent Comments v 2.0.2, and found a bug. Anytime the widget panel is saved in v 2.7.1 of WordPress, the title of the comment panel appears as:
%BEG_OF_TITLE%Recent Comments%END_OF_TITLE%. To fix this, I have to update and save my recent comment options. Thank you.
2009-03-16 at 6.06 am
Hey Mate
great plugin and love the fact that it caches too.
NO criticism at all but just wondering if it is possible to display page comments with the post ones together?
Just have a lot of comments on one of my pages and would be nice to have them included.
Thanks again for making a fully featured and easy ti use comments plugin!
2009-03-17 at 4.58 am
I have exactly the same problem as Chollaball.
Whenever I edit my widgets, My Get recent comment panel
reverts to
%BEG_OF_TITLE%Recent Comments%END_OF_TITLE%.
To fix this, I have to update and save my recent comment options.
Can you fix this?
I’ve had this in all versions of WP, now I use 2.7.1
2009-03-17 at 10.15 am
same here as the two above me – same issue – %BEG_OF_TITLE%Recent Comments%END_OF_TITLE%
Thanks – WP 2.7.1 also
2009-03-21 at 11.24 pm
Thanks very much for the nifty plugin.
The text of the plug in comments are overflowing my sidebar a bit, a problem I do not have anywhere else on the sidebar.
I am using WP 2.7.1 with the Press Row theme, which I have substantially modified. My sidebar isn’t widget ready so I loaded and activated the plugin and placed the code where I wanted it in my sidebar.
Everything works great, except for a slight leakage of text at the right side of the sidebar.
I will appreciate any suggestions.
2009-03-22 at 7.54 am
“In the tests I did, removing the wp_texturize call didn’t improve matters, I’m not even sure what it does. I have temporarily bypassed the problem by increasing the wrap long words threshold to a much higher number. Is that the correct way to disable the feature? I am fortunate that, in English, there are few very long words in regular use. In German I can see that it may be a more serious problem”- yes it’s very well
2009-03-23 at 5.53 am
Sweet plugin!
I had the
%BEG_OF_TITLE%Recent Comments%END_OF_TITLE%
error as well and @Krischan’s comment helped me see there was a submenu
http://blog.jodies.de/2004/11/recent-comments/#comment-489692
2009-03-25 at 3.09 am
I’m using WP-CommentNavi from http://lesterchan.net. It seems the link of comment on side bar doesn’t directly point to the comment but only to the page. Is it possible to correct this problem?
2009-03-26 at 12.58 pm
Great plugin, just a small problem with the display – the comments are very faint. Is it possible to alter the colours of the display?
2009-03-27 at 8.51 am
sylv3rblade: Do you reveal what error? Or is this a secret?
2009-03-27 at 8.54 am
Nick: The php function is available in php since php version 4.2. Because wordpress documentation says, at least 4.2 is needed for wordpress, I thought it would be ok, to use this function.
I think I am going to make the function call optional – if it is not available I will use the old variants. Please let me know wether the next release works for you. (And what php version your host runs).
2009-03-27 at 9.49 am
I have got the same problem with mb-egex….
When will the next update appear?
Recently I use the standard-comments-plugin from wp. it is awful
2009-03-27 at 10.04 am
Same here. Fatal error. I had to disable the plugin immediately. Could you please provide a (temporary) download link to the previous version which worked without any problems? Thanks!
2009-03-27 at 11.41 am
I just released a fixed version. Does it help? …
2009-03-27 at 12.01 pm
No it doesn’t:
Fatal error: Call to undefined function: mb_strlen() in /…/…/wp-content/plugins/get-recent-comments/get-recent-comments.php on line 1512
Please re-distribute v2.0.2!
2009-03-27 at 12.37 pm
zonebattler: Can you figure out, which php Version your host runs?
The old version is here:
http://blog.jodies.de/blog/get-recent-comments/TEST/get-recent-comments-2.0.2.zip
2009-03-27 at 12.51 pm
Thanks for the 2.0.4 update!
2009-03-27 at 12.57 pm
Ha, first time I have a reason to use the WP-ServerInfo plugin!
It says PHP v4.4.9!
Thanks for the older version, I will install this as a temporary workaround immediately, hoping that I will be able to switch to the most recent version soon…
2009-03-27 at 1.54 pm
After the update to the latest release I saw the error: “Fatal error: Call to undefined function mb_strlen() in get-recent-comments.php:1512″
Thanks – Tobias
PS: same for the other mb_* functions
2009-03-27 at 2.02 pm
ARGH!! I finally got this working, then I updated and how I get this:
Fatal error: Call to undefined function mb_strlen() in get-recent-comments.php:1512
noo! lol.
2009-03-27 at 2.14 pm
Thank you all guys – I just uploaded the very next version, which should run without the evil mb_* functions
2009-03-28 at 2.42 am
thanks for the nice plugin. anyway, How can I add recent comment widget into each two sidebars? Surely I can do that with direct php function call, but it’s not less convenient than widget method. I advise you to enable to append duplicated widget like default text, rss widget.
2009-03-28 at 4.12 pm
Hello. I’d like to enable Identicons. Is it possible?
2009-03-28 at 8.26 pm
Thank you for this great plugin. I’ve been using this for a long time.
I just upgraded to 2.0.5 version and I get this warning all over the place, which never happened with the previous version.(PHP Version 4.4.1)
Warning: mb_strrpos(): Empty haystack in /home1/ytdong/public_html/wordpress/wp-content/plugins/get-recent-comments/get-recent-comments.php on line 1524
Warning: mb_strrpos(): Empty haystack in /home1/ytdong/public_html/wordpress/wp-content/plugins/get-recent-comments/get-recent-comments.php on line 1525
Warning: mb_strrpos(): Empty haystack in /home1/ytdong/public_html/wordpress/wp-content/plugins/get-recent-comments/get-recent-comments.php on line 1528
2009-03-29 at 12.46 pm
I have the same problem like ted:
Warning: mb_strrpos() [function.mb-strrpos]: Empty haystack in /get-recent-comments.php on line 1524
Warning: mb_strrpos() [function.mb-strrpos]: Empty haystack in /get-recent-comments.php on line 1525
Warning: mb_strrpos() [function.mb-strrpos]: Empty haystack in /get-recent-comments.php on line 1528
2009-03-29 at 12.46 pm
Ups, eigentlich heiß ich Michael und nicht Down.
2009-03-30 at 4.25 pm
Thanks for the great plugin, just a quick question, is there any way to modify the recent comments template so it can show PHP code? I’m using another plugin and would like to use this within the recent comments template:
Thanks.
DW
2009-03-30 at 9.44 pm
great plugin!
i was wondering a question…on my website my headers are an image on my sidebars… i made a nice image “recent comments” .. how do I add the image on top of the plugin on the sidebar? Thanks so much
2009-03-30 at 10.05 pm
Thanks for the recent fix on the Unicode string excerpt. It saves me from mocking around with the code myself.
One enhancement to this already great plugin will be the option to skip blockquotes in excerpt. I tried adding this at line 1291 and it seems to work:
$comment_excerpt = preg_replace("|
|","",$comment_excerpt);
2009-03-30 at 10.07 pm
Sorry. Forgot to encode the line of code.
Here’s the encoded one:
$comment_excerpt = preg_replace("|<blockquote>.+?</blockquote>|","",$comment_excerpt);
2009-03-31 at 4.25 pm
Hi, and thank you for your plugin. Just a question relating to the gravatar : is it possible to change the default avatar for, e.g mystery man ?
2009-03-31 at 5.07 pm
Ok, sorry, I type quicker than I think.
If other people have the same question, see “alternate url”.
2009-03-31 at 6.37 pm
Danke für deine schnelle Korrektur!
2009-04-01 at 10.17 pm
Thanks for updating the plugins.
one of the classic plugins for SEO.
2009-04-03 at 12.16 pm
Great plugin!!!
I would you like know if I can use the stadard avatar function inside wp27 for customize recent-comments with the avatar image serve by wordpress (not gravatar) near the comment?
2009-04-03 at 8.28 pm
Hello, We wanted to show the full comment on mouse over, so we had to add an additional variable: %comment_full
Here is the diff:
===================================================================
— /Users/raphael/repo/wweekco/www/blogs/wp-content/plugins/get-recent-comments/get-recent-comments.php (revision 41)
+++ /Users/raphael/repo/wweekco/www/blogs/wp-content/plugins/get-recent-comments/get-recent-comments.php (working copy)
@@ -199,7 +199,9 @@
<input name=”max_comments” type=”text” id=”max_comments” value=”" size=”3″ />
- %comment_excerpt – Shortened comment.
+
+ %comment_full – comment.
+ %comment_excerpt – Shortened comment.
%comment_link – Link to the comment.
%comment_author – Name left by the commenter
%comment_date – Date of comment
@@ -310,7 +312,8 @@
<input name=”max_comments” type=”text” id=”max_comments” value=”" size=”3″ />
- %comment_excerpt – Shortened comment.
+ %comment_full – comment.
+ %comment_excerpt – Shortened comment.
%comment_link – Link to the comment.
%comment_author – Name left by the commenter
%comment_date – Date of comment
@@ -1406,6 +1409,11 @@
$trackback_title = kjgrc_excerpt($trackback_title,$chars_per_comment,$chars_per_word,’%trackback_title’,$output);
}
*/
+
+
+ // replace comment_full with the unadulterated comment
+ $output = str_replace(“%comment_full”, $comment_excerpt, $output);
+
$comment_excerpt = kjgrc_excerpt($comment_excerpt,$chars_per_comment,$chars_per_word,’%comment_excerpt’,$output);
if (kjgrc_get_option(“misc”,”convert_smileys”)) {
if (function_exists(“csm_convert”) ) {
2009-04-04 at 1.50 pm
I love that plugin! But I miss, that comments on images are not displayed too.
2009-04-09 at 9.30 am
Dear Kirsten,
Is it possible to edit the code such that an additional tag is available for showing the category ID of the post’s comment ? like adding a %post_cat ..
The reason I’m asking is because I’d like to style my comments link according to what categories they belong to.
I hope you could help me out as I’d appreciate it greatly! Thanks again for the beautiful plugin.
-Fred
2009-04-09 at 9.31 am
I apologize for getting your name wrong, should be Krischan.
2009-04-10 at 2.09 am
Hi Krischan,
Great plugin by the way and very versatile. I do have a slight problem with my installation. Since you’ve upgraded from 2 versions ago, my plugin is showing the following:
http://www.internetbusinesspath.com/internetbusinesspath/resources/recent_comments.jpg
It seems like the other widgets don’t have this problem, only yours. Would you be able to assist me and possibly see why it’s doing this?
Thanks.
Tyrone
2009-04-12 at 6.31 am
How can I exclude page comments from being displayed?
2009-04-12 at 4.29 pm
how do you highlight your comments in blue, pink, orange, etc.?
2009-04-13 at 7.32 pm
I miss the opportunity to use recent comments widget on more than one widget area.
As of now, if I use the build-in widget in my sidebar, then I can’t add it to my footer widget as well.
I know I could use the php code, but then I have to use exec-php as well.
This is especially an issue when customizing widget areas with widget-logic.
2009-04-13 at 11.37 pm
Hi, great job!
Is there a form to hide JUST ONE USER comments?
Something like.. if the user is administrator but his username is not admin, show the comments..
If it’s posible, please give an answer in my mail or here..
Thanks
2009-04-14 at 4.39 pm
Hello,
Thanks for this excellent plugin which we are using on our community blog. However, since upgrading to the plugin’s latest version, for some reason “%post_counter” is only outputting to total comments in English which used to be Bangla (localised). I can see that you have changed the output in two places: where it used to be “number_format_i18n($post_counter)” instead of simply “$post_counter”. I tried to revert them back but it is not working. Is there anywhere else where I should revert the changes?
Any advice would be gratefully received.
With regards
M
2009-04-14 at 5.47 pm
On wp 271 with 206 of GRC
Proving once again that casting out one demon allows 10 more to enter,
OK in IE 7
But in Safari 321 and Mozilla 302 on Mac OS X 10.5.6 After a recent troubleshoot I now discover that comments are being rendered
one
word
at
a
time,
sometimes
with
puntcuation.
Have you seen this behaviour before and is there something I did or some solution?
2009-04-18 at 11.59 pm
Hi! Vielen Dank für das supi Plugin. Hätte aber noch eine Frage: kann man irgendwie jedem zweiten Kommentar eine bestimmte alternierende Klasse zuweisen, ohne in den Plugincode selbst einzugreifen?
2009-04-19 at 2.06 pm
Hi, thanks for your excellent plugin, I just started to use it in my blog.
I notice there is a minor error that I would like to highlight to you. In the Macros <a %author_url_href … eventually the output become <a a href=”http://…
Also I have made some modification to the get-recent-comments.php file in my blog. A new macro $author_url_full_href is added to the file, so that when %author_url is empty it only display author name, rather than it display an empty link. Here are the modification:
// line added
$author_url_full_href = “comment_author_url\”>$comment->comment_author“;
if (empty($author_url) || $author_url == “http://”){
$author_url_href = “”;
// line added
$author_url_full_href = $comment->comment_author;
};
// line added
$output = str_replace(“%author_url_full_href”, $author_url_full_href, $output);
Regards,
Philip Ze
2009-04-21 at 4.38 pm
Hallo, habe ein Layoout problem mit alle Themen, aber man kann es am besten hier sehen: http://www.loutan.net/carnets/?wptheme=iTheme Das Widget hat nicht das gleiche HTML als die andere Widget… ich habe nichts im Plugin geandert, nur %autor_url im Link auf das Author Name, und %comment_link im Link auf die ersten 80 Zeichen des Kommentar… Kann est sein das meine Version von das Plugin irgendwie korrupt ist ?
2009-04-23 at 12.44 pm
Midori: Wie sieht das aus, wenn das recent comments widget nicht das oberste ist?
2009-04-23 at 12.48 pm
.wired: Da müsste man den code erweitern… Ich finde die Idee nicht schlecht, vielleicht bau ich das mal rein.
2009-04-23 at 12.50 pm
BGR: I think this is a problem of the theme and not the plugin. The plugin only produces structured data within basic html markups. The layout is done by the css of the theme.
2009-04-23 at 12.54 pm
muktangon: Your previous version was patched by someone else
I never used number_format_i18n() on the numbers. Though it sounds like a good idea! Thanks.
2009-04-23 at 12.56 pm
GoRhY: There is only the possibility of filtering all “admin” users.
2009-04-23 at 11.25 pm
Aah, Sie haben wahrscheinlich etwas gefunden: wenn es am zweite oder dritte Platz ist, gibt dieses Problem nicht SOLANGE das Widget direkt oben ist ein “Offiziell” Widget und nicht ein Plugin-widget… (z.B. Authors => kein Problem / Language picker => Problem). Wenn ich setze Get Recent Comments wieder oben es bleibt “Korrekt” bis ich wähle ein andere Thema. Wenn ich lasse “Authors” oben, es geht für alle Themen.
Ich werde es so benützen bis Sie das Problem korrigieren, obwohl ich mag am besten Get Recent Plugin ganz oben
2009-04-24 at 8.21 am
great plug-in! thanks! but warning message appeared in my wordpress like this:
Warning: mb_regex_encoding() [function.mb-regex-encoding]: Unknown encoding “EUC-CN” in /homepages/26/d170312892/htdocs/zb/blog/wp-content/plugins/get-recent-comments/get-recent-comments.php on line 1054
regards,
Jerry
2009-04-24 at 10.12 pm
Greetings, I really like this plugin. A minor but important issue I’m having with it is that gravatars are not being displayed, despite the fact that gravatars work properly in my post comments.
I’ve double-checked everything I can. Was wondering if someone here might be able to offer some ideas for a solution.
Thanks for any help.
Deb
2009-04-25 at 4.51 am
I’m embarrassed, but I just realized how to bring up the gravatar! Here’s another question, though. So far all recent commenters don’t have a gravatar, so the default gravatar shows up.
Is it possible to bring up identicons instead of the default gravatar? Thanks!
2009-04-26 at 7.53 pm
Hi Krischan,
I love this plugin. Thanks. I am using it as a widget in wordpress 2.7.1 – I would like the oldest comment to be at the top and the most recent comment to be at the bottom; how can I fix that? I don’t know much about html, so if you can supply the code and tell me where to put it that would be so helpful! You can see how I have it set up now on my blog at the URL provided.
2009-05-04 at 2.10 pm
Hi, thanks for this great plug-in. It looks like it should do everything I need, but I’m having trouble with the options. The changes to the settings are not reflected on the output. The only way to make changes seems to be by clicking the edit widget button — and that only allows changing the number of comments and the title. I don’t seem to have the other options that show in your illustration. In fact my menu options in WordPress are different than you show. I don’t have “presentation”, I have “appearance”. Is this a difference between my 2.7.1 and older versions?
In particular I was interested in getting the content of the comments on the sidebar (just as shown on your website) which should happen even in your default mode. I’ve tried different themes and don’t see the content in any of them.
2009-05-08 at 2.34 pm
Hi, I want to change the widget title from the standard text to an image – how do I do this?
2009-05-11 at 10.50 am
hi, i love your plugin mate.
but i have a little problem with the gravatars.
I dont know why it show the random gravatar picture
here is the code.
%gravatar %comment_author på %post_title %comment_excerpt
2009-05-11 at 10.51 am
%gravatar[a href="%author_url " title="%post_title, %post_date"] %comment_author[/a] på [a href="%post_link" title="%post_link, %post_date"]%post_title[/a] [small]%comment_excerpt[br][/small]
2009-05-23 at 3.33 am
Hi there, I’ve been playing around with the category excluder functionality and it doesn’t seem to be working for me.
1) When I exclude one category – the comments on posts in that category continue to show up in the output.
2) When I selected to “include” all the categories except one – it worked fairly well but it seemed to be not including at least one category that I wanted included.
Any ideas, links?
thanks, Mike
2009-05-28 at 1.43 am
utf8 error in get_recent_comments.php . i converted it utf-8 without bom and worked fine .
2009-05-28 at 12.17 pm
Deniz, how did you find the utf-8 error?
2009-05-29 at 1.57 pm
I’m a total loss I’ve tried everything I can think of but for some reason I can only get the default gravatar. What’s even more peculiar its not even the default as set in my discussion admin
please advise. I’m about to pull out my hair
2009-06-01 at 8.45 pm
Hi,
I have the Profile Picture plugin installed, and when I use “%profile_picture” for the recent comments, nothing shows up at all.
I use this code:
%comment_author: %comment_excerpt
And everything shows up perfectly in the result except the profile images, they do not show up under recent comments in the sidebar, they only show up in the actual comments section of posts.
Under “Results” in the plug-in options page, the src part is src=”" , so the %profile_picture isn;t being updated there. Is there a way to fix this !?
2009-06-07 at 11.53 pm
Hi,
I love the Recent Comments plugin! Question: how do I link the post_link to the title of the post (in addition to the commenter’s name?)
For example, in the comment below I want to make the post title “Making Envy Work for You – Helen Gurley Brown” a hotlink that takes readers directly to the post itself.
Gini Grey: Another great article Laurie. I’ve been playing with turning envy around lately, but… Making Envy Work for You – Helen Gurley Brown
Thanks!
Laurie
2009-06-08 at 1.24 pm
Hi
I need to integrate the code of this widget into the sidebar.php because it has four other items. I did it like with the others by copy and paste. It does not work at all. If I activate it as a widget, it replaces the existing sidebar.
What should I do to keep the sidebar and your functionality?
Thanks for helping!
2009-06-10 at 4.43 pm
Weird problem on my blog. I have the character cut off set at 60 characters but some cut off at far less than that, often at 10 characters or less.
Any thoughts?
http://www.hostileresponsestohelpfulsuggestions.com/
2009-06-11 at 1.47 am
I’m having one problem with this otherwise terrific plugin: post titles are not wrapping.
This makes the formatting a bit clunky because the right margin becomes very jagged.
Is there a way to ensure that long post titles are not moved down to a lower line, but wrap over two lines?
Thanks,
Chris
2009-06-11 at 5.24 pm
Wordpress 2.8 broked this plugin!
2009-06-12 at 3.34 pm
I was checking uncle G for some comment plugins and there your plugin just pop up. Hope it will save me some work.
2009-06-12 at 4.12 pm
Ah, nevermind I figured it out.
2009-06-13 at 8.24 am
Is it compatible with WordPress 2.8??? Any issue with the new WordPress release??
2009-06-14 at 9.35 am
Is it possible to define max. number of comments to show from within the template tag??
2009-06-14 at 6.56 pm
Greate plugin!!
I have an idea… Add ajaxed page navigation to give visitors the ability to view older comments.
2009-06-15 at 2.20 pm
I guess no answer to my question…will try another plugin.
2009-06-15 at 11.59 pm
With wordpress 2.8 I now have to manually update the plugin to make the “recent comments” to update on my page. (go in to settings and press “update recent comments options”)
More than me that had this problem?
2009-06-16 at 5.37 am
this doesn’t worked with WordPress’ built-in paged comments. The links to individual comments re broken unless the comment appears on the first page of the comments. Otherwise, the links don’t work.
2009-06-16 at 10.39 am
@ Laurie PK
have some fait. the creator of this plugin is a little lazy but in the end he will update it (at least, this is what he has been doing for the previous versions of its plugin) he just needs to wake up! lol
2009-06-16 at 11.12 am
I hope he wakes up soon(er)
2009-06-16 at 11.12 pm
Good morning guys!
As usual wordpress keeps downwards compatibilty to it’s plugins. We have no really bad problems until now. There is only one bug report (by kate) which is on the todo list.
Does anybody know of any other bugs to fix?
Thanks to you all!
2009-06-16 at 11.14 pm
Carl: Most probably this has nothing to do with wordpress 2.8. Please try this workaround: disable the cache.
2009-06-16 at 11.37 pm
Laurie:
You owe the oracle a link to “selfhtml”
2009-06-20 at 9.31 pm
Hi,
I comment I want to show thumbnails of the next. How to make this ?
2009-06-23 at 5.15 am
I’m having the same problem as Carl. How do I disable the cache?
2009-06-23 at 5.20 am
Nevermind. I found where to do it. Hopefully that will do the trick. Thanks!
2009-06-23 at 5.58 pm
And…problem solved. Thanks!
2009-06-24 at 10.01 am
Is it possible to give get_recent_comments() variables, if I want to use it several places in my theme.
For example:
get_recent_comments(4)
Would get the recent comments from category ID 4
2009-06-25 at 8.45 pm
I have the same question as @Ronny…
would love to be able to use multiple instances of the plugin and define how many recent comments to show each time.
2009-06-27 at 8.01 am
Thank you so much for the great plugin!
I also have the same question as both Ronny and Charles; is there a way to use multiple instances of the plugin on the same page, and choose from certain categories (just like Ronny showed)?
I did see you told @ferriol that by comments seperated by categories is not yet possible, looking for work around using multiple instances and calling specific categories.
2009-06-28 at 9.31 am
I used wordpress 2.8 and install this plugin but when I config new format for recent comments layout my session kick me to logout from admin page and cannot login with old password anymore!!! what happen!!??? I have to reset my admin password everytime and cannot use this plugin
2009-06-30 at 10.55 am
Hi Ronny, Charles an Eric: The plugin is not able to take variables from the function call. The is a frequently requested feature – I will implement it, but I can not promise, when.
2009-06-30 at 10.59 am
cylenre: I am sure, that you experienced a coincidence. The plugin does nothing with the passwords, and a serious bug like this would have been known earlier, because there are thousands of installations of the plugin in the wild.
2009-07-01 at 6.18 am
The code change above suggested by Chris Murphy above corrected a but which I have noticed since first using this plugin with WP 2.3, where punctuation was incorrectly formatted only on the recent comments list. I would strongly recommend this be done in the base code.
It’s line 1291 in the current version 2.0.6
Thanks for the handy plugin!
2009-07-01 at 10.06 am
I was just wondering, why all of a sudden my comments are no longer sorted by comment date? can you pelase have a look? follow the link of my profile to my homepage and check out the sidebar, the comments in the second tab are not sorted by date
2009-07-05 at 10.46 pm
Hello, any clues on how could I use multiple instances of this amazing plugin?
2009-07-11 at 4.14 am
When I installed a different widget I must have put PHP into a less-forgiving mode, because I started getting errors like
Notice: Use of undefined constant comments – assumed ‘comments’ in /home/jerssoft/public_html/muddled/wp-content/plugins/get-recent-comments/get-recent-comments.php on line 928
It seems you have a few unquoted values that should be string literals, two on line 928 and two on line 929. Not a biggie but you probably want to clean those up.
2009-07-11 at 5.59 am
Thanks for your work on this plugin, love it!
2009-07-12 at 7.33 am
I ought to try out this plugin since there are so many comments and responses.
2009-07-13 at 3.40 am
Thanks for a great plugin and all the work that goes into creating and maintaining it! Much appreciated.
2009-07-13 at 8.42 pm
Hi Krischan,
RE: get_recent_comments() function.
Do you have any updates as to when it will be possible to pass variables, such as the Category ID?
Kind regards,
Mitul
2009-07-15 at 3.06 pm
Hi there, fantastic plugin. Does anybody have any suggestions for a peice of code I could add to the plugin to add a ‘next’ and ‘previouse’ button that would display the previouse X (how ever many comments have been set to be displayed) comments.
Thanks
2009-07-23 at 8.23 am
@Mitul
There is a category ID in $post->term_taxonomy_id. If the post belongs to several categories, it’ll contain the last category found in the database.
@Krischan,
your plugin is fantastic. I’ve written a plugin too : Category Icons (v2.1 is compatible with WP2.8+) and I have a request : could you please add thoses lines in your plugin to add compatibility with my plugin :
if (function_exists( ‘get_cat_icon‘)) {
$output = str_replace( ‘%post_icon‘, get_cat_icon(’cat=’.$post->term_taxonomy_id.’&echo=0&link=false’), $output);
}
%post_icon will then display the category icon of the post. To be more precise, it’ll display the LAST category icon, as $post->term_taxonomy_id contains the last category found in the database if the post belongs to several categories. I’ll be very happy if my plugin was compatible with your Get recent comments plugin !
2009-07-24 at 7.26 am
Please help. Where do I edit the comment lengths and number of comments to display?? Is it in the get-recent-comments.php file? I can’t seem to find it.
Also, by default, the recent comments are listed in “list” form, is there anyway I can change that?
Thanks.
2009-07-24 at 7.29 am
My “recent comments” only show the author and comment. it doesn’t show in which post the comment is made. How can I change this? Thanks!
2009-07-24 at 8.48 am
Where is Options/Recent Comments?
2009-07-24 at 9.35 am
NEVERMIND! I figured it all out. Thanks
2009-07-24 at 10.33 pm
Hallo,
es stört mich zwar nicht wirklich, aber ist es irgendwie möglich Gänsefüsschen (“) durchgehend korrekt darstellen zu lassen?
Wenn nämlich in dem Teil des Kommentars, welches in der Sidebar angezeigt wird, Anführungsstrichchen vorkommen, dann wird meistens (nicht immer) irgendwelcher Mist stattdessen angezeigt. Das ändert sich leider auch nicht wenn ich ein " daraus mache.
Irgendeine Idee? Dankeschön!
2009-08-07 at 11.33 pm
Is this the exact plugin that is also used on the right side-bar of this website?
2009-08-09 at 1.01 am
No, Michael, I don’t use my own plugin. Just kidding, of course this is the get recent comments plugin.
2009-08-10 at 7.22 pm
Hey there,
Nice plugin, better than the standard widget in WP. Only thing is I would like the recent comments which are shown in the sidebar to be clickable to the entrie or comment itself. This would be very helpful for reading the complete comment when it was chopped because it was too long…
2009-08-18 at 11.05 pm
I like your theme Binary Moon. I am experimenting a problem. When you visit the site, this error appears:
Fatal error: Call to undefined function get_header() in /home/haqknehq/public_html/edurd.com/index.php on line 2
I re-copied the index.php file. It is the first time I see this error. How can I find the filed get_header()
2009-08-23 at 12.01 am
Victor: Thanks for the compliment. But I am not the author of binary moon
2009-09-06 at 12.15 am
thank you for this great plugin! happy greets from austria
2009-09-07 at 5.30 am
like so many others here, I also need to restrict my comments to a single category, any idea when this functionality might be available?
2009-09-11 at 4.42 pm
Hi,
ich habe auch das Problem, leider schon immer, dass Sonderzeichen, selbst im Unicode-Format, und wenn es nur einfache Gänsefüßchen sind, fehlerhaft in der Sidebar angezeigt werden.
Außerdem werden blöderweise Sonderzeichen wie normaler Text behandelt und mittendrin abgeschnitten, so dass beispielsweise aus “ … wird.
Gibt’s da irgendeine einfache Lösung?
2009-09-13 at 8.42 pm
Hi,
Would you be interested in making a feature for this plugin that allows the comments to be randomly displayed every time a page loads? If so how much would you charge in USD?
-Don Elliott
Elliott Design
2009-09-17 at 1.17 am
I’m sorry if this is not the appropriate place to ask this question, but I’m attempting to use this plugin on a site I am working on. I’m using the latest version of WordPress MU, 2.8.4. It is working excellently on all but one page. The page is a single post view containing a poll. (wp-polls by Lester Chan). On the problematic page it is not displaying the name of the commentator. I have removed the recent comments from this page temporarily as this is an active site.
If you have any ideas as to how I can correct the problem please let me know. Thank you for the otherwise wonderful plugin
2009-09-17 at 2.09 am
Okay, so it turns out I had used CSS to hide all anchor tags found within list tags on the offending page. All is working well now!
Thanks again for the great plugin.
See it in use at http://ogleto.com/blog
2009-09-18 at 11.45 am
Really great way to interact with visitors making them returning visitors.
2009-09-18 at 7.34 pm
Hi Krischan,
Thank you, thank you for such a wonderful plug-in! I have only one small issue, and I’ve searched for an answer with no luck so far.
Basically the recent comments seem to be cutting off arbitrarily–in some cases only after 2-3 words, even though I have the character limit set to 120 (on WP 2.8.4, with the latest recent comments build).
Here’s the site (www.emandlo.com), which is a dating/relationship/advice site, so the content is a tiny bit NSFW. The comments are on the left, and seem to cut off–some earlier than others. Any idea how I might fix this?
Thanks again for your excellent plug-in, and thanks so much in advance for any suggestions you might be able to offer as to how to address this issue.
Cheers!
Rob
2009-09-18 at 8.13 pm
Nevermind–I think I figured it out. Thanks again!
2009-09-19 at 1.49 am
Damn… it’s actually happening again. Has anyone seen this before? Check the top comment (or the one that seems to be cutting off if it’s not the comment by the time you click through): http:..www.emandlo.com
There’s no punctuation there at all… why is that comment from “Rob” cutting off early?
Thanks so much, would appreciate any help on this.
Cheers!
2009-09-21 at 3.33 pm
Any ideas, Krischan or anyone else? Thanks!
2009-09-22 at 7.19 pm
PROBLEM!!
I tried a lot and I don’t even could activate the plugin.
This is the message.
Please, someone help me!!
Fatal error: Cannot redeclare get_recent_comments() (previously declared in /home/raybanoc/public_html/oculosvogue.com.br/wp-content/themes/Note Guy/functions.php:59) in /home/raybanoc/public_html/oculosvogue.com.br/wp-content/plugins/get-recent-comments/get-recent-comments.php on line 854
2009-09-24 at 11.13 am
Fernando: Which version of wordpress, get-recent-comments and php are you using?
2009-09-24 at 11.14 am
rob: Am I too late to see the error on your page?
2009-09-24 at 3.28 pm
Weird bug: We have a website with lots of comments and consequently the comments are shown on multiple pages. We display the oldest comments first, so the newest ones are on sub-pages. The problem is that when a new comment is added on these sub-pages, the comment links in the Widget aren’t working. It looks like they just don’t have the proper url structure.
Anyone bumped into this issue? Could it be because the plugin can’t handle multiple comment pages?
Thanks for the great plugin!
2009-09-24 at 9.14 pm
Krischan:
PHP5
get-recent-comments Versão 2.0.6
wordpress 2.8.4
Can you please help?
Fernando
2009-09-25 at 11.16 am
Fernando: These versions are known to be working. There is something wrong with your wordpress installation. Somehow your installation tries to include the plugin twice. Or it includes several different versions. Can you check the plugin directory? Are there old files, which you should delete?
2009-09-25 at 11.21 am
Steph: You are right: Putting comments on multipe pages is a pretty knew option in wordpress, and the plugin doesn’t know how to handle that. Until it does I would recommend to let the plugin show less comments than you put on one comment page. Since it only shows the newest comments, there shoud be only links to the first comments page. And this is backwards compatible.
2009-09-25 at 5.15 pm
Krischan: I erased the plugin by ftp, and donwloaded again and tried again. It didn’t activate again.
It’s incredible, I’m the only guy in the world that is not abled to use your plugin. I don’t see anybody else with my problem. It doesn’t even activate.
Krischan, if there is any plugin that does something close to yours would you please send me by email?
In case I can’t fix this?
Thanks a lot!
Best regards,
Fernando
2009-09-25 at 7.02 pm
I have just recently upgraded to 2.8.4 from the legacy 2.0.11. I’m pretty sure that the recent comments plugin was working in the first couple of days after the upgrade. But as of today, the sidebar doesn’t update unless I go into the plugin settings and hit “update recent comments options”.
The only change I’ve made was to switch all the wp database tables from latin1 to utf-8. But this started occurring a couple of days earlier when I was failing to make the database switch and having to restore the databases entirely from backups.
Any ideas about what I might have done to cause this error?
Thank you.
E Morris, etherwork.net/blog/ (unlinked in an attempt to deter spammers)
2009-09-25 at 8.23 pm
Krischan, I want to make a Page which shows all the comments on all posts and pages on my blog in a descending order with pagination. Is it possible with your plugin? Thanks.
2009-09-27 at 4.08 pm
ejm: No idea. But usally in this case it works to disable the caching. http://blog.jodies.de/2004/11/recent-comments/3/#cache
2009-10-03 at 4.48 am
is this bug?
Thai language topic does not show up comment
but Eng language topic show comment.
you can see in this pic below
…my english not strong
2009-10-03 at 4.49 am
this is pic link
http://img44.imageshack.us/i/30831937.jpg/
2009-10-04 at 5.42 am
Thank you, Krischan, that did the trick.
2009-10-05 at 4.06 pm
Hallo!
Wie kann ich einstellen:
User(fett)und Beitragsnamen angeben.
2009-10-06 at 9.37 am
Hi Krischan,
Thank you for the great plugin! I’ve used it before on previous versions of WP and it was working fine, but now I’m having problems with WordPress 2.8.4. I’m testing my site here http://crimefiles-bg.com/wordpress/
Recent comments is in the bottom-right part of the site. The problem is that the comments from certain posts make it crash or something and it doesn’t show anything. And the posts in question are not the same every time, sometimes it’s one, then other, then even two or three at a time. When I disable the comments under these posts it’s working but when I add new ones (no matter under which post) it starts behaving again.
Tried to disactivate the plugins but it still won’t work. Then I switched to the default template, turned off all the plugins and when I put recent-comments in the sidebar it won’t work on the homepage but only in posts.
I hope you have any ideas what may be the problem and if it’s fixable. I really would like to use this wonderful plugin:)
2009-10-09 at 6.36 pm
Hi,
thanks for the plugin. Its great..I have one question…
Where can i change the CSS attributes for this plugin.. coz it makes my template dont look so good..
Any idea?
Thx
2009-10-13 at 3.39 pm
Love this plugin, thanks very much for working on it.
I’m another guy suffering from the ‘comments on sub-pages’ issue. The workaround doesn’t really work for me as the oldest page is shown first, and this isn’t going to change.
2009-10-15 at 3.05 am
I to am vexed by the plug-in not working with paged comments. I have LOTS of comments on my blog and I have no choice but to page them.
2009-10-16 at 7.47 pm
this is a great plugin but it does not work…. it shows comments in categories that i specifically set to NOT show in the categories settings. any idea how to fix this?
2009-10-22 at 7.27 pm
Any chnace in adding a feature whereby we can template the “Comment ID” only e.g.
%comment_ID – Comment number/ID []
thanks
2009-10-31 at 1.10 pm
I have ‘Exclude comments by blog authors (your own comments)’ ticked but it’s still not showing administrator comments. Is this a bug with the current release or something isolated to my site? Can anyone confirm?
2009-11-01 at 3.41 pm
Hello,
I’m the author of Comment Rating plugin. http://wealthynetizen.com/wordpress-plugin-comment-rating/
which adds clickable images for readers to vote in the Likes vs. dislike fashion.
I had user asking for a widget to display comments with the voting results in sidebar. You have done a excellent plugin/widget and I have no intention of reinventing the wheel.
Could I branch off you plugin and add the Comment Rating images and votes? To be mroe specific, I’ll create a Comment Rating widget using your code and follow your release schedule. Of course, the work will be attributed to you.
Please let me know whether this is ok with you.
Kind regards,
Bob
2009-11-02 at 12.47 pm
Hello,
great plugin ! Is it possible to no have the link to a website on a name of a poster ? I mean impossible to click on a name if there is a link.
thakn you
Samuel
2009-11-03 at 4.49 pm
Hi, thanks for your plugin!
I would just like to highlight that your current version (2.0.6) is using the deprecated wp function get_settings, which has been replaced by get_option – see http://codex.wordpress.org/Function_Reference/get_settings
2009-11-06 at 11.53 am
Hi, I’m using this nice plugin since 2 month now and It’s a really nice plugin except the fact that emoticon conversion doesn’t work. Please see image at : http://amalric.alexandre.free.fr/wp-content/Emoticon.PNG
2009-11-06 at 7.34 pm
I can’t get the text to align at the top of the gravatar. Any help?
2009-11-07 at 1.17 am
Your plugin is great! But how about to do characters limitation for Post Title? I think it must be very simple
2009-11-08 at 10.44 pm
Hi, Krischan!
Wondeful, very useful plugin, thank you very much!
With WordPress comments pagination feature on, sometimes a recent comment is on the previous page. Is there a way to print out comment links with the comment page specified?
2009-11-09 at 11.49 pm
Bob, I think the best way would be to add a macro “%rating”. At the first glance it looks like it’s easy to use to add support for your rating function. Feel free to branch off. I will backport the changes to the next plugin release, to save you from having to patch it over and over again.
2009-11-10 at 12.49 am
Krischan! please help me with characters limitation for Post Title. For Post Comments it work perfect, how to do same for Post Titles?
2009-11-16 at 11.27 pm
How can I get comments newest comments to appear first. As the 22nd comment people have to go back three pages t find most current comment shown on the widget in sidebar.
2009-11-21 at 1.42 am
Hi guys!
This seems like a very sweet plugin. But the exclude categories function does not seem to work. Even when in settings telling the plugin not to list comments from a certain category they still appear….
Is this a bug? Anyone know how to get around this?
Cheers,
Erik
2009-11-23 at 6.26 am
Hey Krischan
This is a terrific plugin. The options are incredible. I’ve recently changed the way I’m doing widgets on one of my sites (now using section widget) and I can’t get GRC to work that way. Had the same issue with another plugin, but using a shortcode for the output solved it. Any chance of getting a shortcode for the output of GRC?
2009-11-23 at 6.33 am
Oh … barring the shortcode, another option might be the ability to designate what page the plugin output appears on … for example, i’m only looking to have it on the main page.
thanks … and again, great plugin.
2009-11-27 at 7.32 pm
Hey!
I have a tricky question.
On my blog I’m using the allow categories plugin to restrict access to certain categories to non-logged user. Can we manage to get recent comments for restricted categories only when we are logged and get recent comments to the other categories only when we are not logged to the blog ?
Thanks,
Tom
2009-11-27 at 8.48 pm
Thanks for a very useful plug-in.
2009-12-04 at 2.05 pm
Hi. Great widget. Can you customize it so that the most recent comments section contains no more than 1 comment from any user? So even if for example “George” makes 4 comments only his latest one will show up in the list?
Thanks
2009-12-05 at 4.47 pm
Thanks for a great, elegant plugin. It’s rare to find a plugin that does just exactly what you want it to do and looks like you want it to look, but Get Recent Comments is pretty much perfect from my perspective.
2009-12-11 at 5.26 am
Hi. I’ve just activated your plugin. Looks nice but one thing isn’t working for me:
The email address that I use for the blog is “joey AT dogsdontlookbothways DOT com”. I’ve CHECKED the box “Exclude comments by blog authors (your own comments)” and in the Profile section, “Joey” is the “Display Name” and the “Nickname” so it seems to me that Joey’s comments should not show up. However, the “Comments” sidebar shows Joey’s comments, which I think it should not.
Anything I can do to NOT show Joey’s comments?
Thank you.
2009-12-11 at 1.15 pm
Hi, any progress on the paged comments bug?
2009-12-11 at 10.03 pm
I checked off the “Show Comments and Trackbacks/Pingbacks together” checkbox in the Comments screen. If I did this, do I still have to add both the Comments and Trackbacks widgets to my sidebar? I don’t have any trackbacks yet so I have no way of knowing if it’s necessary or not.
2009-12-14 at 10.45 pm
Love the plug-in, thanks very much!
Just one thing – it doesn’t seem to display comments left on photos.
For example – each of my posts has a gallery of photos in it. When someone clicks on a photo, they can leave a comment. This comment shows up in WP’s built-in default comments widget, but not in yours.
Any chance of fixing this?
Cheers
2009-12-16 at 10.58 am
hey dude,
awesome plugin.. it’s pretty much what i was looking for.
except for 1 little detail, the title isn’t showing.
on http://www.mijncreaties.com/wordpress/ you will be able to see that the “Recent Comments” isn’t showing.
the only thing i’ve done, is uploading the file to plugins folder, activated it, set the settings, and put it in my sidebar.
now, the title isn’t showing.
i only discovered that it’s supposed to have a title because i found some other guys via this page that use it.
could you give me a tip?
it’s pretty crappy to have a plugin that doesn’t work 100%.
2009-12-22 at 8.35 am
Hi Krischan,
Love the plugin but I have a weird bug where anyone whose name is two words like “Bob Smith” it won’t display in the side bar. Yet names like “Bob” do…any ideas?
2009-12-23 at 3.47 am
Hi Krischan,
I really like your plugin as it is very useful for many tasks, but I would like to point one thing that looks like a bug:
When you chose to hide the author’s comments, the widget displays the comments in ASC order (oldest first) instead of displaying the new ones first.
Just a small issue, for the rest it is such a great job.
Danke!
2009-12-25 at 8.00 pm
Hi Krischan,
many people here have problems whit category exclusion system.
I think that the problem exist only if every post is archived in multiple categories
i mean that exclusion system based on categories works fine only if every post is archived in only one category.
Any ideas?
2009-12-27 at 6.09 pm
Hey! This is a great plugin, now I am able to put recent comments into the header of my WordPress blog. BUT I HAVE A FEATURE SUGGESTION! There are variables available that print certain text. Like %comment_excerpt, %comment_link, %comment_author, %comment_date ETC ETC…. %comment_excerpt prints out the SHORTENED comment. Could you add a variable which would PRINT THE WHOLE COMMENT? So that I could put it like this: when user puts cursor on comment author’s nickname, it would show the whole comment if I put that variable in the code. Could you please make this variable available? Thanks! I already tried just putting %comment_text without success.
2009-12-27 at 6.20 pm
And I also tried putting %comment_content but that didn’t work either! And I definitely don’t want to shorten the limit of long comments, because that would make all of the recent comment list’s comments so long that it would make no sense at all. So could you add some variable which would show the WHOLE comment?
2009-12-27 at 11.31 pm
hi, first, thanks for this plugin and I love it so much. I found a validation error caused by repetition of the ID get_recent_comments_wrap for using one recent comment and one recent trackback. It already reported above though. Hopefully will be fixed by next version. Thanks!
2009-12-29 at 1.46 am
Sounds like a great plugin, does is it compatible with WP 2.9?
2009-12-29 at 1.30 pm
Thank you for the plugin! Great work!
How to show the small image of the post that was commented???
2009-12-31 at 10.39 am
Wie kann man eine statische Seite erstellen (blog.de/kommentare) und dort alle Kommentare anzeigen?
Lg
Horst
2010-01-03 at 9.36 pm
In fact, I’d like my Get Recent Comments to show in my sidebar as they show in yours. Thanks!!
2010-01-04 at 1.09 am
Katherine: Write “%gravatar into the template.
2010-01-04 at 1.11 am
TomM: 5 people say it works. 0 people say it’s broken. WordPress is very friendly to plugins. So far there were zero updates the really broke the plugin.
2010-01-04 at 1.13 am
pinkhare: Most probably I won’t fix it. It’s a cosmetic error, that does not affect the function in any way.
2010-01-04 at 1.13 am
Jupsteho: Ok, it’s on the todo list now.
2010-01-06 at 2.55 am
Having a problem with the gravatars. For some reason all avatars are showing up as the logged in user’s gravatar rather than the commenter’s? Any idea what’s going on?
2010-01-08 at 3.05 am
I cant seem to get the gravatars to work. What am I missing? But I guess its not the plugin because Im a total noob. But plz put me in the right direction.
e
2010-01-10 at 4.13 pm
okay it seems that it’s working fine here – that must be something with my wordpress sorry for trouble
2010-01-12 at 10.17 am
Thenks!!!
2010-01-16 at 4.38 pm
Is there a way to use or edit this plugin to get at the most recent comment from a specific page or post? I see the category filtering option, but I need to show the most recent comment from a specific page in my sidebar…
2010-01-18 at 7.50 pm
instructions: “Go to the presentation menu and drag and drop the widget into the sidebar.”
What if I have 2 sidebars in my theme and there is only 1 “Get Recent Comments”?
Other plugins allow multiple uses of the widget drag and drop but with Get Recent Comments there is only 1 available.
Hope this makes sense. Can anyone help?
2010-01-21 at 12.18 am
Plugin instructions: “Go to the presentation menu and drag and drop the widget into the sidebar.”
What if I have 2 sidebars in my theme and there is only 1 “Get Recent Comments”?
Other plugins allow multiple uses of the widget drag and drop but with Get Recent Comments there is only 1 available.
Hope this makes sense. Can anyone help?
2010-01-21 at 12.42 pm
Hey Krischan, well done with your plugin, it’s awesome.
But i’m still trying to use it to retrive comments to an attachment (an image for example, comments to image.php). This type of comments are placed in the same table but they are not visualized, any ideas on wich i can work with?
2010-01-25 at 4.07 am
Thank you for a great plug-in. Please can you help me, I’m running a secure members only site, so I don’t want the posts to appear unless someone is logged on to out site. How can I do that?
Thank you for your help
Cheers, Andrew
2010-01-25 at 4.08 pm
I like your plug-in a lot and have used it since I began posting. However it doesn’t do two functions that the instructions say it will. Namely, it lists all my comments along with the others despite all attempts to avoid that (email, username, etc.) and the comments all stop before the actual comment (even though the example in the options shows just fine).
2010-01-31 at 5.30 am
For some reason, this plugin stopped working for me. Specifically, it only shows comments that I manually approved (i.e. posts that used to be in “Pending” status, and that I manually approved).
Does anyone know how to solve this issue?
Thanks!
-Mike
2010-02-02 at 12.09 pm
I’vee been using this plugin for a some time now and I really like it. One for the wishlist: comments on images do not show up in the list, I think it would be great, thanks for sharing
2010-02-02 at 3.51 pm
A quick note — the problem I mentioned above is now fixed. All I had to do was turn off (i.e. uncheck) the option to cache comment info within the plugin’s settings. Now it works fine.
Thanks,
Mike @ GarageSpin.com
2010-02-03 at 6.37 pm
Hi – great plugin, I’ve been using it for some time. Just spotted a small problem. The option “Exclude comments by blog authors” doesn’t quite do that. It excludes comments by all subscribed members. It would be more useful if it only excluded those that were author or above as many people subscribe to mine but are not authors, only commenters. All their remarks don’t show.
2010-02-06 at 1.03 am
Не дурный ресурс это какойто стандартный движок?!
2010-02-06 at 9.31 am
Sometimes my posts have a long post_title. I’d like to shorten it to maybe 5 characters but this is only possible through the ‘Long comments are chopped off at’ feature.
2010-02-07 at 2.53 am
Of late I see a strange problem, every few days my settings vanish (I have a very specific way I am using this to show gravatars and line in the sidebar) . It is fine for a day or two and without reason goes back to defaults (reset). Would greatly appreciate inputs/help. Please feel fre to mail me as well..
2010-02-07 at 12.27 pm
Hey there Krischan, nice plugin! Maybe you can tell me if it’s possible to make the author’s name or the post title of the comment clickable towards the comment itself? I know have the comments in the sidebar like I want to, but it’s not possible to go to the commented entrie easily. If I use the %comment_link it puts in the complete loooong link in the sidebar instead of the neat, short name of the entrie like when I use %post_title as I’m doing now.
2010-02-11 at 10.29 am
Krischan, Appreciate your or one of the others’ help on changing the font color of the headlines in our Get Recent Comments plugin (to black :p)
Hope all’s well in Germany, Matt
2010-02-12 at 7.43 pm
Hi,
is it possible to overwrite the number of shown comments in template files?
something like this:
if ( i_want_to() == true )
get_recent_comments(‘show=10′);
else
get_recent_comments();
this would make this plugin even more perfect.
thank you
2010-02-17 at 9.03 pm
Apparantly, many of you are having problems to set up the plugin so that it uses dynamic gravatars (identicons, wavatars, …), so here is how you do that:
HOW TO USE DYNAMIC GRAVATARS (IDENTICONS, WAVATARS, …)
1. Open up get-recent-comments.php .
2. Search for $comment_gravatar_url .
3. Two lines below the line you’ve just found (most likely line 1334), change:
$gravatar_options
into:
$gravatar_options . “&default=wavatar”;
of:
$gravatar_options . “&default=identicon”;
or any other dynamic gravatar name.
Btw: great plugin!
2010-02-17 at 9.04 pm
Whoops, in my previous post I ment “or:” instead of “of:” (that’s “or” in Dutch
).
2010-02-23 at 9.19 pm
Hello,
Great plugin. How would I go about limiting the output of comments from a specific Page – not a Post. Is there anywhere/way that I can add an exclude command to <?php get_recent_comments(); ?> ?
2010-02-27 at 9.24 pm
Hi!
First of all, that’s a great plugin.
I want to know if it’s posible to do an excerpt with the title.
Thanks.
2010-03-03 at 3.24 am
We’ve implemented this on a couple of clients websites and it works great. WordPress 2.9.1
2010-03-05 at 3.51 pm
[..] A bit unrelated, but I rather liked this website post [..]
2010-03-20 at 12.41 pm
Hi! Die Funktion, dass ich Kommentare zu Artikeln nur mancher Kategorien anzeigen möchte, funktioniert bei mir nicht richtig. Zum Teil werden Kommentare nicht angezeigt, obwohl der Artikel in einer Kategorie erschienen ist, den ich der Liste zugefügt habe. Keine Ahnung, ob das ein Plugin-Problem ist oder ob das doch irgendwie an meinem Blog liegt… Gruß!
2010-03-29 at 2.17 am
why won’t the widget version show gravatars? anyone know how to fix this?
2010-03-31 at 3.43 am
comments on images (attachments) dont show up in the recent list in the sidebar.
ideas?
2010-04-07 at 9.26 pm
comments plugin does not respect gobal settings in Settings >> Writing >> uncheck >> Convert emoticons like
and
to graphics on display,
it still shows converts emoticons/smilies. how can we turn it off?
2010-04-08 at 4.34 pm
Hi there,
I have added the plugin as a dynamic widget. Great work by the way!
I want to have a title in the top of the widget, is this possible?
Many thanks!
J
2010-04-10 at 5.51 pm
Hello Krischan,
first of all, thanks for the plugin, i’m using it in every website i create. Till now, i was using the sidebar widget function, but i would now integrate the plugin in my sidebar.php wordpress file. The problem is i’m french and can’t find where to change the title of the plugin. I’ve tried to change the name in the code you’ve told :
I’ve changed in but it didn’t work so i’ve tried to change something in your get-recent-comments.php but i can’t find it.
I would really appreciate you help because i love your plugin.
Regards,
Ludo
2010-04-10 at 9.49 pm
In fact, i just want to translate the get recent comment sidebar title, but can’t find where to.
2010-04-11 at 9.58 am
sorry to have disturb for nothing, i jusr reset the plugin in the option page and the changes i’ve made seem to function now. Thanks again for the plugin !
2010-04-15 at 11.11 am
Great recent comments plugin. I was able to “target” the widget id and style it the way I wanted. Well, pretty close to what I wanted anyway. You can check it out on this page here (right sidebar, Recent Comments): http://dougdraws.com/favicon-this/
Now if I could only get each comment to be up on the same line with the commentor’s name, like this…
Gil: Thank you for the that good kick in the butt. We all need that encouragement some days, even those…
Any suggestions?
2010-04-15 at 11.48 am
Duh…nevermind, lol. Just figured it out. The reason that the commentor’s name and the comment were on separate lines is because in my theme’s CSS the “side_roll” class that controls the ul and li of the sidebars had “display: block:”. When I removed that then they both joined up.
2010-05-20 at 10.30 am
Mega-guter plug-in! Kleines Problem. Even though the “Exclude comments by blog authors (your own comments)” and “Also consider usernames and e-mail addresses, to recognize blog authors” boxes are checked, my comments (or rather my replies to comments) do show. Gibt’s eine Loesung? Wo/wie kann ich mich als blog author identifizieren? Danke im voraus! Beat
2010-05-23 at 12.28 am
working well in my blog language as turkish
regards
emre
2010-05-23 at 7.14 am
My website can be retrieved from 3 different country specific domains so I made a small change you may want to include for others to use.
I change this line
$post_link = get_permalink($comment->comment_post_ID);
to now be as follows
/*Removed the domain specific location*/
$post_link = get_permalink($comment->comment_post_ID);
$path_array = explode(“/”, $post_link);
$post_link = str_replace($path_array[0] . “//”,”",$post_link);
$post_link = str_replace($path_array[2],”",$post_link);
There may be a better way to do this but it works for me
, thanks for the awesome plugin
2010-05-23 at 3.33 pm
1) I have two different sidebars and would like to add this widget to both, unfortunately, in my widget editor, I can only use this widget once. Is there a way to get around this?
2) Also, is there a way to change the excerpt into the post title?
Thanks.
2010-05-30 at 10.05 am
im trying to install it to my blog http://www.justinbieberzone.com from wordpress.org wp-admin but always get this error “An unknown error occurred”
not sure why
2010-06-01 at 1.34 pm
Love the plugin but the comments are being indexed by search engines resulting in misleading search results. Is there a way to add a “noindex” meta tag to the sidebar or to just this widget? thanks!
2010-06-05 at 8.07 am
Klasse Plugin, aber “get_recent_comments_wrap” vom Typ class und nicht id sein, sonst validiert der Quelltext nicht sauber, wenn man Trackbacks und Kommentare getrennt als Widget einbindet.
2010-06-05 at 10.04 pm
How can we display Wavater logos instead of default blue gravatar logo.
2010-06-10 at 7.30 am
HI
Congrats and Thanks for the Fantastic plugin..
recently i ran into problem with the plugin.
Mem Cache plugin interferes with the Cache of Get Recent Comments and the plugin freezes in Cached mode.
I fould out that disabling cache in the plugin helps it work.
But that would lead to slowing down site. right ?
Is there any other way out ?
I hope next version can remove this conflict .. somehow
Thanks a lot
2010-06-17 at 3.06 pm
It seems that exclude comments on certain categories doesn’t work well if term_taxonomy_id and term_id are not the same.
I’ve solved it modifing line 1140 in the code. The new $query is:
$query = “SELECT * from $wpdb->posts
JOIN $wpdb->term_relationships ON ($wpdb->term_relationships.object_id=ID)
JOIN $wpdb->term_taxonomy ON ($wpdb->term_relationships.term_taxonomy_id = $wpdb->term_taxonomy.term_taxonomy_id )
WHERE ID IN ($comma_separated);”;
2010-06-18 at 2.02 pm
Is the author of this excellent plugin still alive? hello? does anybody know if this plugin still work on wp 3.0?
this blog seems to be deserted….
2010-06-20 at 2.43 am
Hi Frank. Not dead yet. But I have no feedback yet, hence am unable to confirm or deny compatibility. Usually wordpress is very kind to plugins. We had not one backwards compatibility issue in the past.
2010-06-20 at 12.57 pm
Hello,
I really enjoy the plugin, but I need to put a wrapping div around each comment in the code of the plugin. I would normally just place it in the template for comments, but I’m using a php function to add a class to each comment for alternating backgrounds. I was curious where I should place this wrapping div, since I can’t seem to find where it is in the get-recent-comments.php file.
Also, I’m using WordPress 3.0, and the plugin works fine. No issues as of yet.
2010-06-20 at 1.59 pm
hi Krischan!
Sorry for my words…it was just a “bad” joke! Thanks for your reply. I really, really do like your plugin and I use it with great success. I just said so because a couple of days ago I got aware that on your WordPress plugin page the plugin is marked as compatible till WP 2.8…that’s it! Hope you are not going to forget us and that you will keep your plugin updated! Thanks again for your great plugin and if you need any help from me and my blog..let me know!
2010-06-25 at 5.17 am
My wordpress theme includes a couple different sidebars. I’d like the “Get Recent Comments” widget to show up on both, but for some reason there is only one “copy” of the widget. No copy is left in my unused list of widgets, so I don’t have another to grab to put on my other sidebar. How do I resolve this? Thanks for your help.
2010-06-29 at 4.28 pm
hi,
i use WP 3.0 MU and there is a problem, which i actually cant´t locate.
i have 2 sites managed by WP MU. in site1 i can normaly update the template entry for the list-items. but when i try to do this for site2 and confirm it, the admintool jumps back to site1 without any effekt.
2010-06-30 at 11.10 am
hi,
i changed in get-recent-comments.php:193
the action-attribut from:
action=”?page=get-recent-comments.php&updated=true”
to:
action=”/wp-admin/options-general.php?page=get-recent-comments.php&updated=true”
now the form get the right target and remains in the actual site. i dont´t know if it´s a good and nice code, but it works.
2010-07-01 at 1.15 am
Hi,
I installed your plugin on my blog. Really very useful.
Thank you for sharing.
2010-07-02 at 11.28 pm
The get recent comments plug in works well–where in the stylesheet do I make change the font color so they are readable on the sidebar? Thanks
2010-07-03 at 12.53 am
Hi,
I love your plugin and use it on both of my sites/blogs. It works fine in WordPress 3.0 with the Thesis 1.7 theme.
I’d like to make a feature request though. I recently used a custom php function to separate trackbacks from the comment counts on posts, but I notice it didn’t have any effect on the comment counts for your plugin. I’m hoping you might modify the code below and include it in the next version of your plugin somehow. I’d like the number of comments displayed to match the actual number of comments that a post has.
[code]add_filter('get_comments_number', 'comment_count', 0);
function comment_count( $count ) {
if ( is_home() || is_single() || is_page() ) {
global $id;
$comments_by_type = &separate_comments(get_comments('status=approve&post_id=' . $id));
return count($comments_by_type['comment']);
} else {
return $count;
}
}[/code]
2010-07-05 at 11.08 am
Thank you for this great work.
However,
this plugin sort of works on WordPress 3.0. I am seeing most comments but not all.
I need to separate categories comments from which should display on different pages. I have chosen categories which the plugin should exclude and the exclusion works but then it excludes more than what I asked for.
Does anyone else have the same issue?
2010-07-14 at 3.12 pm
Hello,
My %profile_picture isn’t showing up in the recent comments widget. I saw that someone else had the same issue before, where the image src was empty (). Do you have a fix for this?
Thanks!
2010-07-24 at 2.45 am
I have a small bug in this plugin on my site. For some reason, the first few lines of the widget immediately AFTER the Recent Comments widget are getting wrapped in an anchor tag and becoming a link. Not sure if this is due to the plugin or my theme. I’m running the latest version of the plugin (v2.0.6) with WordPress 3.0 and Thematic 0.9.6.2 as my theme.
Any assistance in this matter would be greatly appreciated. Thanks!
2010-08-05 at 1.59 pm
Hi, we are using your plugin with WP 2.8.4 and WP Super Cache. With the plugin cache activated, comments display only when a post is updated. With the plugin cache deactivated, server load increases to an unacceptable level. We have 50,000+ comments in the WP DB. Is there a way to deactivate the plugin cache without making a lot of work for the server? Thanks.
2010-08-10 at 3.35 am
Great Plugin, whether this plugin can be used for wordpress 3 version ?
2010-08-14 at 1.54 am
Has anyone yet solved the issue with paged comments where the recent comments link isn’t the correct permalink?
I really wish someone could solve that issue, please.
2010-08-16 at 8.48 pm
Currently it is not working correctly on my WP 3.0-blog. Not all comments are displayed, but don’t know why. Maybe the author has a solution?
2010-08-29 at 10.30 pm
I’ve been using this plugin for a while now and if I took it away my readers would howl. It is an important part of how they interact with the site. So, thanks!
I do have a minor issue, and it doesn’t look like anyone else has mentioned it. It’s about comments on pages (not to be confused with paged comments).
I have a few static pages, and for the most part the comments on those pages show up just fine in the Recent Comments sidebar. My most recent static page, however, is set up as a subpage of another page. This morning I got my first two comments on that page, but they didn’t show up in the Recent Comments on my sidebar.
You can see the setup on my site; At the top there is a link to “The Geeky Stuff Behind the Blog” which at this moment DOES have a comment that shows up in the sidebar, and another to “MacGPG2 Step by Step” which today had a veritable avalanche of comments (two), but they do not show in the sidebar.
Not a biggie, but I thought maybe it would be helpful to let you know.
2010-09-07 at 5.06 am
Wie kann man denn die Seiten Kommentare auch im Sidebar Widget anzeigen lassen ???
2010-09-22 at 4.55 pm
Hi,
it seems not to be possible to configure this widget for a multiblog installation. Whatever I do in another multiblog instance, I allways will come back to the main blog instance and overwrite the settings there instead of the sub-blog.
Is it possible to get this plugin configured in any multiblog instance seperatly?
Kind regards,
Heiko
2010-09-26 at 2.17 am
Thanks this help me a lot. I’m wondering about the multiblog installation also, it would be a pain to install this on a one by one basis.
2010-10-01 at 10.03 am
This plugin works great in Google Chrome and Firefox, but for some reason it doesn’t work at all in IE 8. I don’t know if the problem is IE 8 or the theme I’m using (Branford Magazine), but no matter if I try it in the tabbed section above my lead story on the front page or as a sidebar widget, no comments at all show up in IE 8. I’m forced to use WP’s basic Get Comments widget for now, and that sucks. Anyone have an idea why this is happening?
2010-10-05 at 3.07 pm
Thanks a lot for that plugin!
There’s just one thing: It shows perfectly within the sidebar on my blog frontpage and on pages – but it does not on articles! The place just stays blank. Where might be the mistake in my wordpress code?
Thanks! Bye Stefan
2010-10-13 at 1.24 pm
Hi there,
I’ve been using this plugin for ever and I love it. Lately though I’ve added support to comments on pages and sub pages and they show up randomly (mostly they don’t show up) I read through the list of comments and I read that other people have been affected by this bug, in time. I’ve briefly read the code and I couldn’t find anything plugin related that would trigger this behaviour, but it was a quick scan. Can you point me out to the right direction?
thanks for the plugin in the meantime
(using wp 3.0.1 and plugin version 2.0.6)
2010-10-16 at 7.31 pm
Hi:
Have been using this for five years.
Just upgraded to WP 3.01 and in the process broke my theme. In getting it working again, I disabled all plug-ins and then reactivated one-by-one. Now I have a problem with “Get Recent Comments.”
I had solved this years back, but don’t recall how:
How do I insert a paragraph break (or doublespace) between between each comment excerpt that is displayed in the sidebar? Right now, they are all run together.
Did I have to hardcode this in the loop? I am not using a widgetized theme, btw. (Though that may change in the next two weeks.)
Thanks,
kwc
2010-10-17 at 2.23 am
I’ve got my answer.
I went into the css and for the sidebars added the following code to ul and li specs:
margin-top: 1em;
}
I probably don’t need the whole 1em. But that gave me the space between items on the lists.
Best,
kwc
2010-12-15 at 4.00 am
Hmm, I don’t think this wonderful plugin is being updated any more, but I have the same problem as a couple of people above: comments from my pages and subpages aren’t showing up. I hope someone would be able to solve this mystery some day.
2011-01-22 at 2.23 pm
Great plugin, been using it for years on many blogs, thank you!
But now I have my first question: I started using the “get facebook comments” plugiun, which bringt comments from my facebook fan page into the articles on the blog.
(As you can see here:
http://www.gossipgirlz.de/2011/01/20/mein-offener-brief-an-die-erste-grosse-dschungelcamp-verliererin-liebe-frau-knappik-hi-sarah/#comments)
BUT – they don’t show up in my sidebar where I’m using the recent comments plugin.
Any idea?
2011-02-01 at 7.53 pm
Thanks for the great plugin.
I am having a problem, My WordPress setup uses Disqus commenting system.
When comments are made they go to moderation section in both places, Disqus and WordPress Comments Section in Admin.
But recent comments plugin shows unapproved comments. I don’t how that happens.
This is really annoying because most times some spammer leaves spam link with spam anchor text and recent comments show the comment with that spam link on my home page.
Any idea what might be causing that?
Many thanks for the help.
2011-02-15 at 3.01 pm
I have been using the plugin with no problems but now i am tryingot upgrade my wordpress and i am getting FTP error. How can i manually upgrate my wordpress to 3.x
2011-02-18 at 1.14 am
“test ał” – testing it again to show you the error because my previous post was longer and got chopped.
2011-02-23 at 8.01 pm
The plugin does spit out a PHP error.
Error: “Use of undefined constant”…
You can fix that by changing lines 928 & 929 to:
$kjgrc_cache["comments"] = kjgrc_prepare_cache(base64_decode($kjgrc_cache["comments"]));
$kjgrc_cache["trackbacks"] = kjgrc_prepare_cache(base64_decode($kjgrc_cache["trackbacks"]));
2011-02-24 at 12.13 am
schickes plugin, läuft bestens. mortek.de sagt danke :-]
ach und schickes theme der seite hier. erinnert mich an irgendne andere tolle seite wo ich öfters mal bin. weiss nur grad nicht an welche … ;-]
2011-03-15 at 7.48 pm
Das Plugin zeigt nur Comments an, die direkt unter WOrdPress Artikeln stehen. Wenn ich dem Blog eine Page hinzufüge und für diese Page “Kommentare” erlaube, werden diese leider nicht angezeigt.
In der Admin GUI stehen sie aber unter “Kommentare” kann ich diese kommentare auch irgendwie im Get recent comment anzeigen lassen?!?
2011-03-17 at 5.30 pm
Hi lieber Pluginmacher, ich würde Deinem Widget gerne ein Hintergrundgrundbild verpassen, weiß aber nicht, wo genau ich den Link zum Bild in der get-recent-comments.php einsetzten muss? Könntest Du mir einen Tipp geben?
2011-03-20 at 11.45 pm
Hi Krischan,
das Widget hat bis jetzt super funktioniert.
Jetzt konnten keine weitere Kommentare auf den einzelnen Seiten mehr geschrieben werden. Nach mehrfacher Fehlermeldung habe ich mir die Optionen nochmals angesehen und bemerkt, dass in der oberen Reihe 10 letzte Kommentare angezeigt werden sollen.
Die Zahl auf 20 erhöht und schon geht es wieder.
Warum werden die Kommentare aber nicht angenommen, ohne dass ich sie veröffentlichen kann, aber zumindest weiß, das ein neuer Kommentar da ist?
Wäre super, wenn Du mir sagen könntest, woran es liegt, oder ob evtl. ein Scriptfehler vorliegt.
Danke im voraus
Annalena
2011-03-26 at 5.29 pm
Da die Macher von WordPress es immer noch nicht hinbekommen haben Gravatare in das Kommentar-Widget einzubinden, habe ich mir heute dein Plug-in installiert. Ich bin begeistert! Der Einbau war leicht und die Anpassung mit CSS waren schnell erledigt. Danke für das tolle Plug-In
2011-03-30 at 7.30 pm
I would like to know where can I translate words used in plugin.
2011-03-31 at 11.43 am
I have a problem with your plugin using wp with networks enabled.
Actually i’m using subfolders and i think the problem is around here:
<form method="post" action="<form method="post" action="?page=get-recent-comments.php&subpage=6&updated=true”>
because when i submit the form with the new values i get redirected on the main blog instead of the actual one.
2011-04-22 at 9.00 pm
Hi,
Would it be possible to get the recent comments from my WP guestbook and from attachment files?
Katrine аsked about it in 2008, but I haven’t found the decision among your answers
Please Krischan answering me
Jons
2011-06-07 at 10.25 am
Hallo,
Leider zeigt das Pugin bei mir keine Kommentare an, die unter statischen Pages gemacht wurden. bei Artikeln haut es wunderbar hin, bei Seiten nicht.
Wie kann man das ändern?
Liegt es vielleicht daran das statische Pages keiner Kategorie zugeordnet sind?
2011-06-15 at 4.06 am
I’m having the same problem as Giovanni above:
http://blog.jodies.de/2004/11/recent-comments/#comment-665087
And the problem occurs whether the plugin is network enabled or enabled for an individual blog.
It works fine for the top level blog, just not for sub-blogs.
2011-06-21 at 7.07 pm
I’m in the process of migrating from WP.com to self-hosted WP.org, and gravatars don’t show up in My Recent Comments. I’m using Twenty Ten theme. Any suggestions? Have tried all sorts of things already; nothing works.
2011-07-26 at 10.08 am
Hi there ,
i’m testing a new version of My Diario di Bordo ( actually wp 2.9 with Brendford Magazine theme ) using wp 3.21 and Margo Theme ( widgettized ).
Your plugin seems working well ( http://www.velavirtuale.it/diariodue ) but I wouldn’t use gravatars. I installed User Avatar 1.3.6 and I prefer to use user uploaded pics.
There is a solution ?
2011-07-30 at 11.08 pm
I comment I want to show thumbnails of the next. How to make this ?
2011-09-06 at 6.44 am
Hello, I’m using your plugin, it’s great. But I’ve got one problem. I’m using Genesis Framework plus Streamline theme. I enabled commenting on pages in Genesis config page and that works OK. Problem is that the comments on pages don’t show up in the recent comments widget, which I use in the sidebar. Only the comments on posts appear. How do I show up comments on pages?
2011-11-14 at 3.05 pm
Kann es sein dass das Widget nur auf einer einzigen Page platzierbar ist und auf keiner weiteren? Ich hab es auf meiner Hauptseite am laufen aber bekomme es z.B. nicht gebacken es in Blogeinträgen nochmal anzeigen zu lassen. Kann es als Widget quasi nur einmal benutzen. Ist das normal?
2011-11-17 at 11.27 am
Nice plug in.
Is there a way the plugin can publish the comments immediately the user clicks the post button and the comments can be categorized when posting e.g for buyers,sellers etc such that if am a seller i just need to go to the seller tab and post my comments there and same for a buyer or even an all section where all comments can appear and also maybe have a search box for searching the posted comments.
The image linked below shows what am talking about
http://farm7.static.flickr.com/6218/6351664270_27b100de66_z.jpg
Your response will be of great help.
Joseph.
2011-11-30 at 3.15 pm
Hello,
I’m a french customer.
Love yout plugin. Exactly what I was looking for ! But I got a problem : someone left me a comment with a Closing quotation mark which is correct in the comment, but badly displayed in the sidebar (see this :
Commentaires récents :
Lucile (nouvelle),26 janvier 1976
Odomar: Mystérieux. Mais j’aime ce « format &raqu o;, comme on dit désormais, de la nouvelle très courte.(« format &raqu o;, is for « format ») : how can I fix it ? (I’m not fluent in php !)
Robermar
2012-01-12 at 12.54 pm
I realize this is probably a dead plugin by now (still serving me well though, thanks for that!), but I thought I should add a note about it generating a bunch of notices when viewing the site:
Notice: Use of undefined constant comments – assumed ‘comments’ in /[...]/get-recent-comments.php on line 928
Notice: Use of undefined constant comments – assumed ‘comments’ in /[...]/get-recent-comments.php on line 928
Notice: Use of undefined constant trackbacks – assumed ‘trackbacks’ in /[...]/get-recent-comments.php on line 929
Notice: Use of undefined constant trackbacks – assumed ‘trackbacks’ in /[...]/get-recent-comments.php on line 929
2012-01-21 at 12.20 am
Ich habe auch das Problem mit den SOnderzeichen. Hat einer eine Lösung?
2012-02-02 at 3.32 pm
Hey i’m using several sidebars for my home page and on posts. When i tried to use “Get Resent Comment” plug-in on both widget is available just once. How can i set for both sidebars?
Thanks
2012-03-26 at 6.49 pm
Hi,
I have just installed this plug in, and just like everyone thinks, I think it’s a great plugin. However, It doesn’t display at the side bar just the way I want it. Is it possible to display only the Commenter’s gravater and the post’s title only? Because right now, the gravater doesn’t show at all..
Thank you.
2012-05-28 at 10.07 pm
I comment I want to show thumbnails of the next. How to make this ?
2012-06-02 at 6.42 pm
Love the plugin and great work. I was curious if there is any way to enable Page comments to show up. Thanks so much for any help of suggestions you can offer.
2012-06-06 at 1.41 pm
Love this comment plugin. Just one problem:
the comments on the static pages are not showing up. only comments on blog posts are showing.
I saw on the changelog that you fixed the problem a few years ago, but it’s shown up on my blog.
2015-09-28 at 11.31 am
refurbished mobile
2015-10-14 at 6.26 pm
Hοla!
No est mаl ttu articulo. Otos post noo me convencen tanto, een cualquier cаso,
la mаyorа estn bien.
Saludos!
2015-11-03 at 6.40 am
Most often property becomes unclaimed when individuals move to a
new house with out leaving a forwarding handle.
2015-11-30 at 1.35 am
Hi my friend! I want to say that this article is awesome, great written and
include almost all significant infos. I would like to see more
posts like this .
2015-12-11 at 9.53 pm
Very shortly this site will be famous amid all blogging people, due
to it’s fastidious articles
2015-12-21 at 8.50 pm
It’s hard to come by experienced people on this topic,
but you sound like you know what you’re talking about!
Thanks
2015-12-28 at 7.56 pm
We stumbled over here by a different web page and thought I should check things out.
I like what I see so now i’m following you. Look forward to finding out about your web page for
a second time.
2016-01-05 at 11.30 am
Woah this web site will be spectacular i enjoy mastering the articles you write. Sustain the nice work! You understand, lots of men and women feel the need about just for this information, you can assist them drastically sportit.
2016-01-06 at 8.24 am
If you are going for most excellent contents like me, simply pay a visit this website all the time as it provides feature contents, thanks
2016-01-19 at 8.52 am
Still it is advisable not to jump into impulsive decisionjust because the property is available at cheap rate.
Sometimes this will involve telling them things they do not want to hear,
such as the value of their home. What is the first step to fulfilling the promise given to us a birth.
2016-01-19 at 5.30 pm
Hello my loved one! I wish to say that this article is awesome, great written and include approximately all important infos.
I’d like to peer extra posts like this .
2016-02-04 at 11.49 am
It looks like the plugin mentioned in this article is no longer supported, so readers might be interested in the Better Recent Comments plugin which we have just released. This is a free plugin which you can download from the WordPress plugin repository. This plugin provides a shortcode with various options which let you display your recent WordPress comments anywhere on your website. You can choose whether to include the comment excerpt, author, avatar etc. Hopefully it will be of use to people who have read this post.
2016-02-06 at 12.40 am
When someone writes an post he/she maintains the idea of a user in his/her brain that how a user
can understand it. Thus that’s why this piece of writing
is great. Thanks!
2016-03-02 at 10.09 am
You really make it appear really easy along
with your presentation however I to find this matter
to be really one thing that I feel I would never understand.
It seems too complex and very wide for me. I am looking
forward in your next publish, I will attempt to get the hang of it!
2016-03-03 at 3.56 am
Se você isto unicamente começando a aparecer fantástico firmamento
da pintura, isto é que tenham sido revestir coragem juntamente ele por anos, esses tutoriais estão cheias de dicas contudo truques fantásticos para nela ensinar
de que modo justapor a mistério CERTO.
2016-03-07 at 5.44 am
You are only interested in companies with at least a B+ rating.
Despite the Affordable Healthcare Act, many people are still unable to afford health insurance.
Now the authorities alert those who still imagine in the houses market
not to play fireplace.
2016-03-19 at 11.52 pm
Quality content is the crucial to interest the visitors to visit
the site, that’s what this web page is providing.
2016-03-26 at 3.21 pm
Hi thanks for good post. i have a question, I want to show thumbnails of the next. How to make this ?
2016-04-02 at 10.21 am
Ich verbringe alle 2 Tage circa eine halbe Stunde auf deinem Blog und
finde immer wieder schöne Artikel von Dir. Mach weiter so!
gibt es noch lange!
2016-04-08 at 12.40 pm
Thank you, I have just been looking for information about this topic for a while and yours is the
greatest I’ve found out till now. But, what concerning the bottom line?
Are you positive concerning the source?
2016-04-16 at 4.06 am
It’s difficult to find educated people aboyt this subject, however, yyou seem like you kow what you’re talking about!
Thanks
Lookk at my blog post … nails cheshire
2016-04-19 at 2.12 am
Have you ever considered creating an e-book or guest authoring on other websites?
I have a blog based on the same ideas you discuss and would really like to have you share some stories/information.
I know my subscribers would value your work. If you are even remotely interested, feel free to
send me an email.
2016-04-20 at 3.35 am
La cavitación es una manera muy ingeniosa a la hora de disolver la grasa corporal
2016-04-20 at 9.08 am
Hi there to every one, it’s truly a fastidious for me to pay a visit this
web page, it includes helpful Information.
2016-05-01 at 7.19 am
Good answer back in return of this issue with silid arguments and describing all abut that.
Feel free tto visit my blog post online Beach Volleyball betting site
2016-05-05 at 2.38 pm
Howdy very nice site!! Man .. Excellent .. Wonderful .. I’ll bookmark your
website and take the feeds also? I’m satisfied to seek out a lot of useful info right here within the put up,
we want work out more strategies on this
regard, thank you for sharing. . . . . .
2016-05-19 at 11.04 am
Whats up very nice site!! Man .. Beautiful .. Wonderful ..
I’ll bookmark your blog and take the feeds additionally? I am
glad to seek out so many useful information here
in the submit, we need develop more techniques in this regard, thanks for sharing.
. . . . .
2016-05-20 at 1.41 pm
Within the top ten of the favourite posts, thankyou!
2016-05-31 at 1.56 pm
Fairly good post. I just now became aware of your own blog page plus wished to declare that I’ve absolutely experienced shopping your own website articles.. RHCP concert 2016 Budapest At any rate I will be registering to a person’s rss feed so i we do hope you create once again as soon as possible!
2016-06-01 at 11.26 am
Just, selling on-line by way of ebay, discussion board or another social media platform nonetheless need you ways to
earn money (bbs.zgsyb.com) be current to
promote your items.
2016-06-02 at 4.58 am
訪問者増大手助けホムペです。貴方だけの各個の独占使用ページを作り出すSEO対策を施しています。
2016-06-05 at 12.37 am
Hi there to every , since I am in fact eager of reading this web
site’s post to be updated daily. It includes pleasant
material.
2016-06-18 at 10.55 am
Some of the good posts i have come across
2016-06-27 at 10.14 am
Fairly good blog. Yet to go through everything in here
2016-06-28 at 8.19 am
Thank you! This is an fantastic web page
2016-06-28 at 12.47 pm
Nice sharing, like it.
2016-06-30 at 7.04 am
Great work and thankful for keeping this website up to date
2016-07-01 at 2.36 pm
We all need to get along with everyone. Even if you don’t love them, you still should
respect them.
2016-07-03 at 2.29 am
I do not even understand how I stopped up right here, however I believed this submit used to
be great. I do not recognise who you might be but definitely you are going to a well-known blogger for those who aren’t
already. Cheers!
2016-07-18 at 6.58 pm
Andrew Davis is the author of Brandscaping and has helped the marketing quotes
images – Leroy – eforts
of small begin-ups and Fortune 500 firms alike.
2016-07-19 at 5.09 am
How to recent comments showing only post page?
2016-07-21 at 1.33 pm
It is vital to dedicate time for the soccer training program.
Without Beckham it was always going to be an uphill task
for the Britons and with the sent off to Rooney, England hopes of winning the
World Cup were also gone. You’ll find the usual mix
of music tracks in the menus, they don’t seem especially relevant but then again a soundtrack of football songs would be pretty painful.
2016-07-25 at 10.45 pm
Probabbly one oof the crucjal interesting elements to the Premier designs for vision, Jeanett, setup is the advantages a hostess receives.
2016-08-03 at 1.18 pm
It was graet, thanks
2016-08-03 at 1.30 pm
so nice!
2016-08-03 at 1.48 pm
that was good tnx
2016-08-10 at 7.37 pm
I am truly grateful to the holder of this web site who has shared this impressive post at at this time.
2016-08-11 at 4.31 am
Don’t belief your subsequent webb advertising venture to only any advertising
guide.
Feel free to surf to myy web blog: internet marketing manager jobs
in nagpur – Elliot,
2016-08-13 at 10.28 am
Hi all, һere every person iss sharing tһese experience, thuss it’s nice to reaԀ ths weblog, ɑnd I uѕеd
to pay a visit this blog daily.
Hᥱre is my web-site … women clothing
2016-08-13 at 2.33 pm
thanks
2016-08-16 at 3.20 am
皆さん、オハヨー^^。負債持ちの女の人は結構おおく、殆どの人は負債した金をへんさいする為に司法書士を雇いたいと感じてます。負債を解決することを債務整理と言いますが、取り敢えずウェブでただで見積もりが出来るのをご存知ですか?負債した金の現状は、個人によって大きく違ってきます。ですので、適したな借金の解決方法はそうだんしてみなければ分かりません。借りた金が約半分にへった女性、更に払い過ぎとしてお金がもどった主婦、自分の家を手放さずに済んだ女性、かなりの方々が取り敢えず相談をしたことで、ベターな方向へとシフトしたケースが多いのも特徴です。しゃっきんを身内に知られてほしくないという思いからそのまましている方々が多いのですが、相談する事でかいしょうデキた人々が沢山います。私のサイトでも、債務整理のしゅるいから、どういった状況があるのか、どこに頼むべきかなどを、わたしの経験のもと、くわしくせつめいしています。ぜひわたしのwebをご利用いただければと思います。たくさんお役に立てる記事を投稿してまいりますので、よろしくお願いします。
2016-08-23 at 8.41 pm
The advertising and marketing perform is shopper oriented
and therefore advertising decisions are primarily based on the cautious identification of client wannts and on the design of integrated marketing wiki – bit.ly, methods to fulfill those wants.
2016-08-30 at 11.55 am
My partner and I stumbled over here by a different web address and thought I might
check things out. I like what I see so now i am following you.
Look forward to going over your web page repeatedly.
2016-09-03 at 4.34 pm
Thanks for sharing here like it
2016-09-14 at 10.40 am
any updates on this plugin?
2016-09-14 at 1.41 pm
The U.S Presidential election 2016 odds –
basketofdeplorablesmerch.wordpress.com, race appears set
to go aall the way down to the wire ass Republican candidate Donald Trump haas
managed to shut in onn his Democratic opponent Hillary Clinton during the last month, two polls launched on Tuesday present.
2016-09-16 at 3.42 am
First off I want to say terrific blog! I had a quick question which I’d like to
ask if you do not mind. I was curious to find out how you center yourself and
clear your head before writing. I’ve had a hard time clearing my thoughts in getting my ideas out.
I truly do take pleasure in writing however it just seems like the first 10 to 15 minutes are
usually lost just trying to figure out how to begin. Any recommendations
or hints? Thank you!
2016-09-16 at 11.44 am
Please observe that any orders associated to
thesis and dissertation papers, as well as their elements/chapters, are only out there for University (College three-four) tutorial stage and better.
2016-09-22 at 10.16 pm
It’s гeally a greazt ɑnd usefuul piece of informаtion. I
am һappy that yoᥙ sharrd thiѕ helpful informatіon with us.
Please stay us uρ to ⅾate like tɦis. Thank you fօr
sharing.
Feel free to surf tοo my web site – stoya
2016-09-29 at 2.03 am
Askinmg questions aree in facct good thing іf уou are
not understanding something comρletely, еxcept this post
prоvides fastidious understanding еven.
Feell free tⲟ visit my ⲣage; massage lesbian
2016-09-29 at 3.05 am
obvioսsly like yߋur web ssite butt үοu neеd tⲟ take a look at thе spelling օn ѕeveral оf уour posts.
Ꮇany ߋf therm аre rife witҺ sspelling ⲣroblems and ӏ in finding it veгy
troublesome to tepl the trut ⲟn the other hand I will surely ϲome again again.
Hɑve a loook at my website; trios porno
2016-10-05 at 7.13 pm
Nice post. I learn something new and challenging on websites I stumbleupon on a daily basis.
It’s always helpful to read content from other authors and use a little something from their websites.
2016-10-08 at 9.00 pm
My brother suggested I may like this blog. He used to be totally right.
This submit actually made my day. You cann’t consider just how so
much time I had spent for this info! Thanks!
2016-10-13 at 4.55 pm
こちらにあなたにおすすめのペット保険を紹介しています。
2016-10-16 at 11.15 am
人気ばかりがものさしではないので、何回も買っていれば自ずと1位ばかりでなく、少し順位は下でも面白いお店がわかってきて、かにの奥深さを感じられるようになるかもしれません。
かにを買うのはどこでもできますが、インターネットなら、産地直送のおいしいかにも手軽に購入できます。訳あり品など、送料を払ってもまだお得なかにが結構見つかります。
食べてみると濃い味で、新年早々みんなにこにこでした。次のシーズンが楽しみです。また購入したいです。
2016-10-16 at 11.28 am
何人もの人が、かに通販を利用してかにを買うのが当たり前だという流れになっています。なんと言っても、最近のネット通販の普及はものすごく、水揚げされたばかりのかにを、産地から直送してもらえるためです。
かにに限らず、良質な商品を手に入れたいという人には、テレビでかに通販のチェックを勧めます。かにだけではありませんが、テレビ通販の商品は質の良い品を全国に紹介していることが多く失敗したという話はほとんど聞きません。時には、通販限定の激安価格になっています。自宅用で食べる分には訳あり商品をねらっていくのが通販の王道だというべきでしょう。
2016-10-16 at 6.54 pm
Thanks for a marvelous posting! I really enjoyed reading it, you can be a great author.I will be
sure to bookmark your blog and will often come back in the foreseeable future.
I want to encourage you to definitely continue your great job, have
a nice morning!
2016-10-17 at 2.05 pm
If you are on the hunt Halloween costumes for dogs – Lockerdome.Com – the
propeer costume, we’ve fantastic, scary, and foolish disguise for girls, males,
and youngsters.
2016-10-22 at 12.35 pm
When I originally commented I seem to have clicked the -Notify me when new
comments are added- checkbox and now every time a comment is added I recieve four emails with the same comment.
There has to be a means you can remove me from that service?
Cheers!
2016-10-26 at 2.38 pm
Admiring the hard work you put into your blog and in depth information you provide.
It’s great to come across a blog every once in a while that isn’t the same old rehashed
material. Great read! I’ve bookmarked your site and
I’m including your RSS feeds to my Google account.
2016-10-26 at 3.02 pm
Unquestionably believe that which you stated. Your favorite
justification appeared to be on the web the simplest thing to be aware of.
I say to you, I definitely get annoyed while people think about worries that they
just do not know about. You managed to hit the nail upon the top and defined out the whole thing
without having side-effects , people could take a signal.
Will likely be back to get more. Thanks
2016-10-30 at 11.17 am
According to the 2008 Sloan Survey of Online Learning, enrollment
in online colleges grew more than 12 percent from the year prior.
In Applied Arts Academy in all programs like
visual merchandising, interior design and fine arts recognized
by EILLM University & Academy of Applied Arts. This is because they do not
have to pay for the monthly rental bills, electric bills
and other expenses required in putting up a physical store.
2016-11-11 at 8.05 am
Here is my weeb site: trump president reaction -Https://wanelo.Co,
2016-11-14 at 4.36 pm
Also, iif you do not nneed an ant trump yard signs [Thurman] Bush bumper sticker that makes use of glue,
there are magnetic ones now obtainable as effectively.
2016-11-15 at 10.26 pm
When I initially left a comment I seem to have clicked on the -Notify me when new comments are added- checkbox and now whenever a comment is
added I receive four emails with the same comment.
Perhaps there is a means you can remove me from that service?
Thanks!
2016-11-16 at 7.11 pm
Magnificent goods from you, man. I’ve understand your stuff prior to and you are simply extremely
wonderful. I really like what you’ve bought right
here, certainly like what you are stating and the
way in which you assert it. You’re making it entertaining and you continue to take
care of to stay it sensible. I can not wait to learn far more from you.
That is actually a great website.
2016-12-04 at 2.44 pm
I think this is among the a lot material for me. That i’m happy mastering your own write-up. On the other hand choose to remark with fundamental concerns, The internet site fashion will be fantastic, your content articles is within fact good : Deborah. Great course of action, regards
2016-12-05 at 3.01 pm
We’re a gaggle of volunteers and starting a brand new scheme in our community.
Your site offered us with valuable information to work on. You’ve done
an impressive activity and our entire group shall be thankful to you.
2016-12-07 at 1.10 am
Matt you have to crash the application. You can sometimes do that by force quitting an app mid of a process but best to just wait for one to crash.
2016-12-07 at 1.39 am
I don’t know whether it’s just me or if perhaps everyone else encountering problems with your blog.
It appears like some of the written text within your content are running off the screen. Can someone else please
provide feedback and let me know if this is
happening to them as well? This could be a issue with my web browser because
I’ve had this happen before. Cheers
2016-12-09 at 2.33 am
I loved as much as you will receive carried out right here.
The sketch is attractive, your authored subject matter stylish.
nonetheless, you command get bought an nervousness over that you wish
be delivering the following. unwell unquestionably come further formerly
again since exactly the same nearly very often inside case you shield this
hike.
2016-12-09 at 5.38 pm
I read this piece of writing completely on the topic of the resemblance
of hottest and previous technologies, it’s remarkable article.
2016-12-09 at 7.20 pm
Hi colleagues, its great post about teachingand completely explained, keep it up all the time.
2016-12-11 at 9.39 am
Wonderful blog! Do you have any tips and hints for aspiring
writers? I’m planning to start my own blog soon but I’m
a little lost on everything. Would you recommend starting with a free platform like WordPress or go for a paid option? There are so many
choices out there that I’m completely confused ..
Any suggestions? Kudos!
2016-12-11 at 5.06 pm
Information excellent writeup. It the truth is was obviously a enjoyment account the item jicy ass website service in rio de janeiro . Glimpse sophisticated to a lot more extra pleasant by you! Nevertheless, what exactly is connect?
2016-12-13 at 3.17 pm
I wanted to thank you for thіs fantastic гead!!
Ⅰ defіnitely loved eᴠery little Ƅit of it. I’vе
got you saved as a favorite tto ⅼߋok at new stuff уou post…
Heree is my web blog: skinny
2016-12-16 at 2.26 pm
Yes! Finally someone writes about avro energy reviews.
2016-12-17 at 5.34 pm
What’s up to every one, it’s truly a pleasant for me to visit this website, it includes
precious Information.
2016-12-19 at 3.21 am
Great items from you, man. I’ve consider your stuff prior to and you are just too
great. I really like what you have got right here, certainly
like what you’re saying and the way in which during which
you are saying it. You are making it enjoyable and you still take
care of to stay it wise. I can’t wait to read much more from
you. This is really a tremendous site.
2016-12-21 at 10.20 am
My brother recommended I may like this web site. He was entirely right.
This post actually made my day. You can not consider just how so
much time I had spent for this information! Thanks!
2016-12-27 at 3.19 pm
It’s great that you are getting thoughts from this paragraph as
well as from our discussion made at this place.
2016-12-27 at 6.35 pm
Hi there everyone, it’s my first visit at this website, and article is truly fruitful in favor of me, keep up
posting these types of content.
2016-12-28 at 5.20 am
Paragraph writing is also a excitement, if you know then you
can write if not it is complicated to write.
2016-12-30 at 3.36 am
For the reason that the admin of this site is working, no uncertainty very quickly
it will be renowned, due to its quality contents.
2017-01-10 at 4.33 pm
Thank you for another informative site. The
place else may just I get that type of information written in such a perfect
manner? I’ve a mission that I’m simply now operating on, and I have been on the glance out for such information.
2017-01-10 at 10.41 pm
Excellent items from you, man. I have take into accout your stuff
previous to and you’re just too excellent. I actually like
what you have obtained right here, really like what you are stating and the way wherein you are saying it.
You are making it enjoyable and you continue to
take care of to stay it smart. I cant wait to learn much more from you.
This is actually a terrific web site.
2017-01-12 at 8.51 am
Hello friends, how is everything, and what you wish for to
say concerning this article, in my view its genuinely awesome designed for me.
2017-01-13 at 4.44 am
Thanks for this plugin…
2017-01-15 at 4.19 am
Thanks on your marvelous posting! I quite enjoyed reading
it, you could be a great author.I will always bookmark your blog and definitely will
come back later in life. I want to encourage you
to ultimately continue your great posts, have a nice morning!
2017-01-21 at 5.14 am
What’s up, after reading this amazing article i am as well happy to share
my familiarity here with colleagues.
2017-01-25 at 9.30 pm
One of the better items i’ve seen this week.
2017-01-28 at 4.25 pm
Fabulous, what a web site it is! This blog presents valuable facts to us, keep it up.
2017-02-15 at 1.26 pm
ルテインと呼ばれるものは破壊力のある抗酸化作用を備えるカロテノイドという名の栄養素の1角なのです。眼の網膜の保護や回復に有能な色素の構成物です。普通なら人間の網膜と呼ばれる器官は眼に流れ込んできた光をブレインなどと伝達する役割を果たしています。瞳を解き放っているなら絶えず可視光は進入してくるので、それだけ網膜の負担は重量級と思われます。ルテインはその網膜を強力な可視光から防護したり、各種瞳の病気から保護してくれる活動をしています。これとは別に目の先の水晶体とかが正常に動作する働きを助ける効果も持ってと思います。追加で、眼精疲労が要因で起こる首の凝りや五体すべての倦怠感の鎮静へも効果を示すことが理由で、目の健康にはないと困るな要素に該当ます。体躯の中よりルテインが欠乏してしまうと、色々な目の症状の要因へと辿りつくと検討されています。網膜、ルテインをたくさん内包する食物としてはブルーベリーやクロスグリやらのフルーツやほうれん草などの緑黄色野菜が知られてます。他には青汁の素材として有名なケールというベジタブルにも十分保有されています。ルティンというのは体躯の中で生成することが困難な要素であるため意識して取り込むことが大事と考えられます。加えてオイルと一緒に摂取するとその効果は少なくなるため、可能な限り素材の真の姿を堪能する作業で取り込むのが都合がいいといえるはずです。近頃だと手軽に補給可能なサプリメントも何種類も売られていますし、それらを役立てることも良いやり方です。ルテインは我々の五体でも合成されている成分ですが、食品など外部から取り入れることもできます。 ケールやブロッコリーやらには、一際ルテインがたくさん含まれていると言われているとか。
2017-02-16 at 7.13 am
I got this website from my friend who told me on the topic
of this site and at the moment this time I am browsing this site and
reading very informative content here.
2017-02-18 at 4.35 pm
Bonnaroo also features SuperJam, where artists from diverse bands
perform collectively.
2017-02-24 at 11.08 pm
Like the remainder of your body, your mouth is determined by general good
diet to remain wholesome.
2017-02-25 at 9.17 pm
We have a issue with the post, where am i able to e-mail the
writer?
2017-03-02 at 2.40 pm
very well said and done!
bravo!
2017-03-06 at 4.35 am
Tanktop wanita renda comment
2017-03-06 at 4.36 am
http://www.tanktopwanita.com
2017-03-09 at 10.20 pm
Minoxidil saç sakal çıkarıcı ile tanıştınız mı http://www.minoxidil.in/
2017-03-12 at 7.41 am
Http://www.batupermatamulia.com
2017-03-12 at 7.42 am
http://www.kulots.com
2017-03-15 at 10.12 am
What a data of un-ambiguity and preserveness of precious know-how on the
topic of unexpected feelings.
2017-03-19 at 1.25 am
CSR Racing 2 is the sequel to the highly-successful CSR Racing, which was first released four years ago.
2017-03-20 at 7.29 pm
I enjoy what you guys are usually up too. This sort
of clever work and reporting! Keep up the amazing works guys I’ve
you guys to blogroll.
2017-04-02 at 4.50 pm
英語に親しみを持てるようになってくると実のところモチベーションが湧き出てくるものですけどね。受験では英語の得点で受かるか受からないかが本当に左右されますので、英語をきちんと学習すればアドバンテージとなることも可能です。
2017-04-19 at 3.12 am
magnificent use of words inside the post, it in fact did help when i was surfing
around
2017-04-28 at 1.02 am
My developer iss tryung tօ convince me to moe tо .net frⲟm PHP.
I Һave ɑlways disliked thhe idea Ьecause
of the expenses. Ⲃut ɦᥱ’s tryiong none tɦе less.
I’vе been using Movable-type on a variety ߋf websites ffor аbout a year
and aam nervous about switching to another platform.
I һave һeard fantatic things about blogengine.net. Is there
a waay I ccan transfer ɑll my wordpress ϲontent into іt?
Any heⅼp would be reallү appreciated!
Ηave a look ɑt myy web-site: like4like
2017-05-03 at 9.32 am
Thank you for some other informative website. Where else may I am getting that kind of information written in such an ideal method?
I have a project that I’m simply now operating on, and I have been on the glance out for such information.
2017-05-17 at 7.07 am
I’m gone to say glass splashbacks london, toughened glass london, glass cut to size london, made to measure glass london my little brother, that he should also pay a quick visit this blog
on regular basis to take updated from hottest news.
2017-05-22 at 8.30 am
Hey, sometimes I see a 503 site error when I arrive at your webpage. Just a heads up, regards
2017-05-30 at 11.29 am
There are over 26+ ways to speed up your WordPress website, but the best among them is to use a WordPress caching plugin, like W3TC. googiehost.com who provide free cpanle hosting with 24/7 support.
W3TC is one of the best free WordPress caching plugins available. It contains a lot of customization options. and along with that you get to learn a lot about various types of caches that can be used to improve a WordPress site’s performance.
2017-05-30 at 11.33 am
If you want to do SEO by you own on WordPress, you should definitely read this blog SEO blog written by Aman or Yoast academy: FREE UNLIMITED HOSTING . These are a great places for beginners and for SEO Ninjas.
2017-06-01 at 2.30 pm
はじめましてのコメントでおじゃまします。楽しいお誘いって急にやって来るのでお金がないとあわてますよね。
主婦キャッシングは今ではいろんな金融会社で申込みが可能です。どのような状況でお金が必要なのかにもよりますが、すぐに現金が欲しい時や一家の主の収入がない時は、主婦なら消費者金融が申込みしやすいかもしれません。ですが、主婦がお金を借りることができるところは主婦専用のキャッシング商品だけとは限りません。例えば、主婦が一般の消費者金融を利用する時には、夫の収入証明などがあれば融資可能な場合もあります。主婦専用でないキャッシング審査でも、一定の収入があると見なされるなら、パートやアルバイト収入でもいい時もあるようです。特に初めての申込みは限度額は低いかもしれませんがキャッシングの審査自体はクリアしやすいものです。主婦でも申し込めるキャッシングなのか、通常の金融商品であってもチェックしてもいいでしょう。消費者金融業者のキャッシングの他にも、銀行系や信託系などそれぞれ特長がある金融商品があります。その中でも大手や中小の金融会社によって審査基準や融資額が違います。融資額が高く、利息が安い点が銀行系キャッシングのメリットですが、審査が終わるまでしばらく待たなければなりません。主婦でも申込みできそうなキャッシング商品は片端から調べ、あちこち確認するといいでしょう。主婦がお金を借りたい時は、十万を超えるのか、数万円でいいのかすぐ必要か審査を待つ余裕があるのか返済はどうするつもりか等で借り入れ条件が変わります。
わたしも若い時には貯金がなくって、いつも給料前の月末なんかはしんどいですよ。でもみんなネガティブに言いますがけっきょく消費者金融のキャッシングサービスがあればけっこう助かるんですよね。以前は結構業界が叩かれたのでむかしほど印象も悪く無いですし、実際に当局の監視もキツイので接客もいいしクリーンそのもの。ありきたりですが計画性を持って使用すればいいんだと思います。あとはしっかり儲けて返済していけばいい話です。
2017-06-03 at 4.30 pm
ぎっくり腰になった時の処置はどうしたらいいのでしょうか?
それは「熱を取ること」です。
ぎっくり腰は、腰を冷却して回復を促進します。
何があっても温めないで下さい。
筋肉疲労やいつもの腰痛は温めた方が筋肉が緩むので良いですが、ぎっ
くり腰に関しては何日か2。3日は冷やすようにして下さい。
手首や足首を捻挫した場合、ドクターから熱いお風呂に入ってはいけないと言われますが、その理由は、温めることで炎症部分が悪化する場合があるからです。
よって、ぎっくり腰は必ず冷却して症状を治してください。
氷や市販のアイシングツールなどで幹部をアイシングしてケアしましょう。
2017-06-04 at 1.53 am
I ɗo trust all tthe concepts you’ve ocfered іn your post.
Тhey arе really convincing annd cаn definitely wߋrk.
Still, the posts aгe too quick fοr novices. Mayy уou pleаѕe
prolong them a bit fгom next time? Thanks foг tҺe post.
Feel free too visit my weblog – wife sucking cock
2017-06-06 at 12.47 pm
ぎっくり腰になってしまった場合の処置はどうしたらいいのでしょうか?
すべきことは「冷却」です。
ぎっくり腰は、腰を冷やして回復を促進します。
何があっても温めてはいけいません。
体の疲れやいつもの腰痛は温めた方が筋肉が緩むので効果的ですが、ぎっくり腰に関しては何日か2。3日は冷やすようにして下さい。
手首や足首をひねった場合、整形外科医から熱いお風呂に入ってはいけないと言われますが、そのワケは、温めることで炎症部分が悪くなる場合があるからです。
だから、ぎっくり腰は必ず冷やして症状を治癒させてください。
氷嚢や市販のアイシングツールなどで幹部を冷却してケアしましょう。
2017-06-08 at 3.45 am
Yoᥙr method of describing alll iin tɦis post is in faϲt
nice, evᥱry one cɑn simply қnow it, Thanks a lot.
Аlso visit myy web site: toy porn
2017-06-08 at 9.09 am
Everything published was actually very reasonable.
But, think about this, what if you typed a catchier title?
I am not saying your information is not solid., but suppose you added
a title that makes people desire more? I mean » WordPress Plugin: Get Recent
Comments is kinda vanilla. You could glance at Yahoo’s home page and
see how they create post headlines to grab people interested.
You might try adding a video or a pic or two to grab people
interested about what you’ve written. In my opinion, it would make your posts a
little livelier.
2017-06-11 at 11.40 am
Estamos trabalhando para que isso seja possível.
2017-06-13 at 5.49 pm
What’s up, I would like to subscribe for this blog to take newest updates, thus where
can i do it please assist.
2017-06-14 at 11.59 am
What’s up, I would like to subscribe for this blog to take newest updates, thus where
2017-06-14 at 4.05 pm
سلام.وبسایتتون فوق العادس.به کارتون ادامه بدین
2017-06-20 at 10.41 am
really nice website!
thank you.
2017-06-23 at 12.54 pm
thanks for the article, u are good person, greetings and keep it up.
2017-07-01 at 10.59 pm
cari togel hongkong hari ini
2017-07-04 at 5.53 am
I just found this blog and have high hopes for it to continue. Keep up the great work, its hard to find good ones. I have added to my favorites. Thank You.
2017-08-20 at 9.03 pm
I see you don’t monetize your blog, don’t waste your traffic,
you can earn extra cash every month because you’ve got hi
quality content. If you want to know how to make extra $$$, search for:
best adsense alternative Wrastain’s tools
2017-09-03 at 11.18 am
thank you for sharring
2017-09-27 at 12.23 pm
Brauchst Du Geld? Klick auf den Namen und versuche es zu gewinnen!
2017-10-02 at 4.17 am
Hi there to every body, it’s my first visit of this weblog; this
weblog includes awesome and genuinely fine material in support of readers.
2017-10-13 at 2.09 am
You actually make it seem so easy along with your presentation but
I in finding this matter to be really something which I think I would by no means
understand. It kind of feels too complex and very extensive for me.
I’m taking a look forward on your subsequent submit, I will try to get
the grasp of it!
2017-10-21 at 9.37 am
thank you, very very nice
2017-10-21 at 9.38 am
thank you for shared plugin
2017-10-21 at 9.38 am
oh my god, very nice
2017-11-06 at 8.19 am
My partner and I stumbled over here different website and thought I may as well
check things out. I like what I see so now i am following
you. Look forward to checking out your web page again.
2017-11-07 at 7.57 am
I’m gone to inform my little brother, that he should also pay a visit this blog on regular basis to get updated from most up-to-date news update.
2017-11-08 at 1.42 am
I see you don’t monetize your blog, don’t waste your traffic, you can earn additional cash every month because you’ve got high
quality content. If you want to know how to make extra
money, search for: Boorfe’s tips best adsense alternative
2017-11-17 at 9.39 am
Nice articel i love it
2017-11-24 at 6.08 am
Meet your life partner on Android best hookup apps hookup apps
2017-11-29 at 10.51 pm
Hellο there, I found your blokg Ƅy thhe use of Google whilst looking ffor a relatеd topіc, your web site
came up, it seems great. I’ve bookmarked it in my google bookmarks.
Hello there, just became aware of y᧐ur weblog via Gօogle, and located that it’s really informative.
I am gߋnna watch out for brussels. I’ll be grateful for those
who cⲟntinue this in future. Lots of other folks will probably be
benefited fr᧐m your writing. Cheers!
2017-12-05 at 5.32 pm
Thank’s you for article some other information website. Where else may I am getting that kind of information written in such an ideal method?
2017-12-12 at 8.20 pm
Bundle your lodge and flight reserving.
2017-12-16 at 9.14 pm
I have a project that I am simply now operating on, and I’ve been on the
look out for such info.
2018-01-05 at 1.32 pm
Great Plugin bro, please update the new plugin. I will be waiting
2018-01-10 at 5.52 pm
Nice One
2018-01-14 at 2.27 am
Ԝhat’s ᥙpp to all, tthe contеnts existing at this weЬb рage are really awesome for people experience, well, keep up the nice work fellows.
2018-01-16 at 10.52 am
Nice One
2018-01-24 at 10.16 pm
Data pengeluaran nomor togel hari ini untuk pasaran hongkong, singapura, sydney, magnum, macau, dan seou.
2018-01-27 at 9.23 am
MidiYodi offers some useful and nice customization features: – Default examiner (displayed when a track is double-clicked) selection. aaliyahsharespdf.pro Candy Finder is fun and easy to enjoy – exactly how candy should be.
2018-01-28 at 7.38 am
Hey there, I think your website might be having browser
compatibility issues. When I look at your blog site in Chrome,
it looks fine but when opening in Internet Explorer, it has some overlapping.
I just wanted to give you a quick heads up!
Other then that, great blog!
2018-02-09 at 6.41 am
With the TomTom Navigation app, driving somewhere new couldnt be easier. downloadmyfilesnow.top -Kill Kill Kill: It’s as simple as it sounds, you have 60 seconds to lay waste to the population of furry rodents as they scurry about.
2018-02-11 at 3.57 am
Parabens otimo artigo
2018-02-12 at 6.44 am
Best Hookup Apps are as the name suggests is a major platform for singles of various age groups to find love online. Here we have provided various apps by which singles find their dates online by filtering out the preferences and make the love happen. We are strict in a matter of user privacy, the messages which are provided are encrypted is only readable to our users.
2018-02-14 at 8.45 pm
I am in fact grateful to the owner of this site who has shared this fantastic piece of writing at at this
time.
2018-02-15 at 3.31 am
It�s difficult to find knowledgeable people on this subject, but you seem like you know what you�re talking about!
Thanks
2018-02-16 at 9.38 pm
WOW just what I was searching for. Came here by searching for komornik licytacje sieradz
2018-02-17 at 9.07 pm
teu metabolismo parece trabalhar em câmara lenta? https://www.goodreads.com/user/show/77773036-francesca-baldwinson
2018-02-18 at 2.07 am
They face their holy city, Mecca, when they pray.
2018-02-19 at 9.22 am
Salut là, j’aime lire par votre article. I comme voulait d’écrire un petit
commentaire pour vous soutenir.
my blog – http://www.cialef.com/troubles-sexuels.html [outboundmakassar.com]
2018-02-19 at 9.22 am
食物をさき、煮炊きすること。調理、または料理すること。「割」は包丁で切ること、「烹」は火を用いる製法。
クッキング講習、割烹着。主に、会席料理、懐石料理、精進料理といった食事に対する称号として利用される。江戸料理に対して、上方の料理を「割烹」と呼んだことから、江戸後期になって、主に上等料理が割烹と呼ばれるようになった。それらをはじめ割りと優良な和食を供給する料理店をいう。カウンター調理、寿司煮炊き、料亭割烹
2018-02-20 at 3.47 am
Possuem entre 90% por outra forma mais com proteína.
2018-02-20 at 4.36 am
If you desire to increase your know-how just keep visiting this website and
be updated with the latest gossip posted here.
2018-02-20 at 2.11 pm
Appreciating the dedication you put into your blog and detailed information you offer.
It’s good to come across a blog every once in a while that isn’t the same
outdated rehashed material. Fantastic read! I’ve saved your site and I’m
adding your RSS feeds to my Google account.
2018-02-20 at 2.55 pm
I do not even know the way I ended up right here, however I believed this publish was once good.
I do not recognise who you’re however definitely you’re going to a famous blogger when you are
not already. Cheers!
2018-02-20 at 9.27 pm
What’ѕ up, everything is ցoing finne here and ofcouгse every
one is sharing information, that’s гeаlly good,keep up wrіting.
Takke a look at my blog: drain grates outdoor
2018-02-21 at 6.15 pm
But it surely’s what some gamers suppose.
2018-02-21 at 7.06 pm
これは、明治時代後期頃から大阪で流行った飲食仕様で、そのときは、とりあえずの飲み食いの即席食事処と銘打たれていた飲食。それまでの宴席料理と相異し、自身のテーストに応えて、包丁人が真正面ですぐに支度した出来立ての上等な食事を気楽ないすで食事できることから、大正・昭和初期に大阪で大流行[6]となり、国全体に行き渡っていった。
2018-02-22 at 2.26 am
Hi there, yes this piece of writing is genuinely good and I have learned lot of things from it regarding blogging.
thanks.
2018-02-22 at 3.56 am
Why people still use to read news papers when in this
technological globe everything is accessible on web?
2018-02-22 at 6.13 pm
Sim! Como Juliana, boa inoportunamente!
Oi, Maria!
2018-02-25 at 5.31 am
Acostumar mais de 3 ocasiões por semana. https://forums.Adobe.com/people/inesgerber11927
2018-02-26 at 3.22 am
секс,порно,педофилия,виагра http://www.google.co.th/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0cdyqfjab&url=http%3a%2f%2fgiba7.com.br%2Fxtrasize%2F&
2018-02-26 at 6.26 am
I really like the post and also makes it easier to look into the content and make it easier to engage with the written content.
2018-02-28 at 9.05 am
Para fazer é preciso prontidão e também cuidado. http://girasolagroeco.blogspot.com/2013/03/
2018-03-01 at 10.24 am
Consumo balanceado deles na dieta é benéfico.
2018-03-02 at 8.20 pm
When you want genuine works of art from skilled Mexican Artisans, you ought
to go and visit the Alebrijes or wood carvings. A whole lot of painting
providers laid claims which they hold certain amount
to environmentally friendly painting gear and services.
The latter branch now offers a place for young children where storytelling and acting functions could be used.
2018-03-06 at 4.58 pm
Common exercise and wholesome consuming may help.
2018-03-17 at 4.58 am
Já tive algumas experiências que jamais funcionaram.
2018-03-19 at 12.34 pm
Fantastic website
2018-03-19 at 12.39 pm
Great information it was very benefical thanks a lot
2018-03-19 at 12.40 pm
Great article thanks a lot
2018-03-19 at 12.41 pm
High quality information
2018-03-19 at 12.42 pm
Good design website thanks
2018-03-27 at 6.14 am
Faça entre seis a oito repetições, e duas séries. http://www.cafecomnoticias.com/2009/08/reportagem-especial-pessoas.html
2018-03-28 at 4.58 am
Dalam permainan poker on-line. Daftar Judi Bola On-line ?
2018-03-28 at 3.57 pm
Thank you for sharring. Foto Bugil Tante Girang – http://fotobugila.com/category/tante-bugil/
2018-03-29 at 5.32 am
The workplace in the Burj Al Arab Royal Suite.
2018-03-30 at 3.07 am
This article offers clear idea in support of the new people of blogging, that in fact how to do blogging.
2018-03-30 at 11.05 am
خرید استیم والت ارزان با بهترین قیمت
1 دلاری
2 دلاری
5 دلاری
10 دلاری
گیفت کارت ها دارای بهترین قیمت هستید
ارزان
2018-03-31 at 1.06 pm
Make major amendments for a content and attempt
to market it for the consultancy to ascertain if he is able to ensure you get within the business.
You also can make use of this software to generate personalized email
campaigns that address where potential new customers
fall within the sales process. With the era of Internet
the prospect of people looking towards everything has changed in the years.
2018-04-01 at 7.50 am
If you would like to obtain a great deal from this piece of writing then you have to apply these methods to your won blog.
2018-04-01 at 10.19 pm
Thanks for your personal marvelous posting! I quite enjoyed reading it, you could be
a great author.I will always bookmark your blog and definitely will come
back down the road. I want to encourage yourself to continue your great work, have
a nice day!
2018-04-01 at 11.47 pm
Aplica-se no meio, com a agulha a 90 graus da pele. http://www.dickandjanerocks.com/info.php?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fwww.colourlovers.com%2Flover%2Fbettierzd96%3EPessoa+impotente%3C%2Fa%3E
2018-04-03 at 2.53 am
邮件营销成功案例听说过吧?你知道吗?名声大着呢.。名气不是白得来的。人们都明白,
成功,不是简单的。
删帖
2018-04-05 at 6.47 pm
Excellent items from you, man. I have bear in mind your stuff previous to and you are just extremely great.
I really like what you have bought right here,
certainly like what you’re stating and the best way by which
you say it. You’re making it enjoyable and you continue to care for to keep it smart.
I can not wait to learn far more from you. This is actually a terrific web site.
2018-04-07 at 11.21 am
I blog often and I genuinely appreciate your content.
Your article has truly peaked my interest. I am
going to bookmark your website and keep checking for new details about
once per week. I subscribed to your Feed too.
2018-04-08 at 1.47 am
Excellent beat ! I would like to apprentice while you amend your web site,
how could i subscribe for a blog web site? The account helped me a acceptable deal.
I had been a little bit acquainted of this your broadcast offered bright clear concept
2018-04-08 at 1.08 pm
I was very pleased to discover this great site.
I want to to thank you for your time just for this fantastic
read!! I definitely loved every part of it and I have you book marked
to see new stuff in your web site.
2018-04-08 at 7.10 pm
Valuable information. Fortunate me I found your website unintentionally, and I am shocked why this twist
of fate didn’t happened earlier! I bookmarked it.
2018-04-09 at 3.53 am
I do accept as true with all of the ideas you’ve
introduced for your post. They’re very convincing and will
definitely work. Nonetheless, the posts are very quick for beginners.
Could you please prolong them a bit from subsequent time?
Thank you for the post.
2018-04-09 at 9.25 am
Only such interference can save ladies of Saudi Arabia.
2018-04-09 at 12.57 pm
La chaise longue es nueva, pero Mónica la eligió porque iba con los tonos y
el estilo de la casa.
2018-04-09 at 5.42 pm
ジーンズの色落ちです。
2018-04-11 at 9.53 pm
Since there are several such platforms, the hack codes are also a bit completely different
and so is the methods to avail them.
2018-04-12 at 9.24 am
Hello Dear, are you really visiting this web site regularly, if so afterward you will absolutely take nice
experience.
2018-04-13 at 4.58 am
Hoje estou dentro de torno de 68 kilos. http://bbs.aiboy.cc/space-uid-170095.html
2018-04-13 at 7.47 am
Having read this I thought it was rather informative.
I appreciate you finding the time and energy to put this content
together. I once again find myself personally spending
a lot of time both reading and commenting. But
so what, it was still worth it!
2018-04-13 at 10.50 pm
Thus you ought to monitor your intake and discover regardless
of whether you’re consuming a lot of, and if so, then you ought to
develop lowering the amount. If the region that’s affected is quite small, mold remediation can likely
be performed by you. It may appeal to your interest to find out
that black truffle salt can be
found on Mars and sometimes salt meteorites hit planet earth from outer space.
2018-04-16 at 4.21 am
It’s really a nice and helpful piece of information. I’m glad that you just shared
this helpful information with us. Please stay us up to date like this.
Thanks for sharing.
2018-04-18 at 3.47 am
Destinado a seu uso, é essencial a comando médica. http://jg10.ejs-training.de/magazin/uber-uns/
2018-04-18 at 7.53 pm
When someone writes an post he/she keeps the image of a user in his/her mind that how a user can understand
it. Thus that’s why this paragraph is outstdanding.
Thanks!
2018-04-18 at 8.43 pm
The matter is exacerbated by non-South African-ness.
2018-04-20 at 1.49 pm
Nice Post
2018-04-22 at 8.18 am
Leia este artigo e saiba mais sobre assunto. http://Www.Urve.es/urve-2016-i-feria-urbanismo-verde-sevilla/
2018-04-23 at 9.18 am
Saiba mais. MS – 1.0247.0024.001-0.
Mas interfere. http://greenwoodhouseschool.org/?page_id=7746
2018-04-23 at 4.51 pm
Good Article
http://www.trendzetter.in/whatsapp-group-links/
2018-04-23 at 4.58 pm
whatsapp Group links
2018-04-24 at 10.19 am
satta matka fasted result
2018-04-24 at 1.54 pm
great updates thanks
2018-04-24 at 8.10 pm
mesin es krim terbaik di dunia
2018-04-27 at 2.58 pm
If you would like to grow your knowledge just keep visiting this web site and be updated
with the hottest gossip posted here.
2018-04-30 at 4.21 am
They face their holy city, Mecca, when they pray.
2018-05-01 at 3.39 pm
Therefore, the i – Phone 5 is in fact sure to be released this summer.
It is possible for the new device to acquire launched
in summer 2012, if your rumors that this new 4G LTE chipsets
will likely be produced quite soon are true. Smart phones are all the fashion; they connect you with techniques hardly any other mobile phone can.
2018-05-02 at 9.59 am
En ce qui concerne ce médicament pour les hommes, il est préférable de faire https://enlignemedicament.com Viagra achat chez nous.
Après la prise du médicament https://enlignemedicament.com Cialis générique vous serez sexuellement actifs pendant 36 heures.
2018-05-02 at 10.00 am
En ce qui concerne ce médicament pour les hommes, il est préférable de faire https://enlignemedicament.com Viagra achat chez nous.
2018-05-02 at 1.43 pm
Makkah Marriott Hotel offers accommodation in Mecca.
2018-05-04 at 2.53 am
Hotel Saudi Arabia Jobs, recruitment, Certainly.
2018-05-05 at 2.51 pm
Es un conocido en todo el mundo fármaco https://pharmacy-spain.com/viagra.html Viagra que utilizan millones de hombres en el tratamiento de disfunción eréctil.
Antes de tomar https://pharmacy-spain.com/viagra.html comprar Viagra en España, es aconsejable consultar a su médico que detectara posibles problemas y de esta manera poder evitar efectos no deseados.
2018-05-06 at 5.56 am
许可邮件营销你知道?赫赫有名的。名声大是有道理的。想知道吗,出类拔萃,是投资的回报。
负面消息
2018-05-06 at 11.24 am
A disfunção erétil é mais comum do que se imagina. http://www.autismbehaviouralservices.com/2015/01/summer-camps-2015/summercamp22015-2/
2018-05-16 at 5.54 pm
Famosa per le sue chiare spiagge, l’isola d’Elba è famosa anche,
come luogo che ha avuto Napoleone Bonaparte come prigioniero.
Venendo qui con una imbarcazione, potrete osservare
prospettive e sontuosità di raro splendore, ed essere storditi dai suoi dolcissimi profumi.
2018-05-21 at 10.56 am
Bitcoin has been in the news the last few of weeks, but a good deal of folks are nevertheless unaware of them.
Could Bitcoin be the foreseeable future of on line currency?
This is just a single of the queries, commonly questioned about Bitcoin.
How Does Bitcoin Perform?
Bitcoin is a sort of digital forex (CryptoCurrency) that
is autonomous from classic banking and came into circulation in 2009.
In accordance to some of the major online traders, Bitcoin is regarded as as the very best identified electronic currency that
relies on pc networks to fix sophisticated mathematical problems,
in order to validate and record the information of every single transaction made.
The Bitcoin trade amount does not depend on the central bank and there is no single authority that governs
the provide of CryptoCurrency. Nevertheless, the Bitcoin price
tag is dependent on the level of confidence its users have, as the more key
providers settle for Bitcoin as a process of payment,
the much more thriving Bitcoin will become.
Rewards and Challenges of Bitcoin
A person of the rewards of Bitcoin is its low inflation hazard.
Standard currencies experience from inflation and they are likely to drop their getting power every single year, as
governments continue to use quantative easing to promote the overall economy.
Bitcoin will not suffer from low inflation,
because Bitcoin mining is minimal to just 21 million units.
That indicates the release of new Bitcoins is slowing
down and the full quantity will be mined out inside the following pair
of a long time. Professionals have predicted that the past Bitcoin will be mined by 2050.
Bitcoin has a lower risk of collapse as opposed to conventional currencies that count on governments.
When currencies collapse, it leads to hyperinflation or the wipeout of one’s discounts in an prompt.
Bitcoin trade rate is not regulated by any governing administration and is a digital currency offered throughout
the world.
Bitcoin is effortless to have. A billion dollars in the
Bitcoin can be stored on a memory adhere and positioned in one’s pocket.
It is that quick to transport Bitcoins in comparison to paper
revenue.
One downside of Bitcoin is its untraceable mother nature,
as Governments and other organisations are not
able to trace the resource of your funds and as these types of
can bring in some unscrupulous individuals.
How to Make Income with Bitcoin
In contrast to other currencies, there are a few approaches to make revenue with Bitcoin, conserving, trading and mining.
Bitcoin can be traded on open up marketplaces, which indicates you can invest in Bitcoin small and
promote them high.
Volatility of Bitcoin
The worth of Bitcoin dropped in latest months mainly because
of the abrupt stoppage of investing in Mt. Gox, which is the premier
Bitcoin trade in the world. In accordance to unverified resources,
investing was stopped because of to malleability-associated
theft that was reported to be worthy of additional
than 744,000. The incident has influenced the assurance of the buyers to the virtual
forex.
In accordance to Bitcoin chart, the Bitcoin trade level went
up to far more than $one,100 last December. That was when additional men and women grew to become aware about the digital forex,
then the incident with Mt. Gox took place and it
dropped to close to $530.
In 2014, We be expecting exponential progress in the reputation of bitcoin all over the entire
world with both equally merchants and consumers, Stephen Pair, BitPay’s
co-founder and CTO, “and foresee seeing the biggest growth in China,
India, Russia and South The united states.
India has presently been cited as the subsequent possible well-known sector that Bitcoin could shift into.
Africa could also reward massively from utilizing BTC
as a currency-of-trade to get all over not having a operating central
financial institution program or any other country that depends intensely on cell payments.
Bitcoin’s expansion in 2014 will be led by Bitcoin ATMs, cellular apps and equipment.
Globe Activities Bitcoin
Far more people have approved the use of Bitcoin and supporters hope that just one working day, the digital forex will be used by individuals
for their on the web shopping and other digital bargains. Key corporations have by now accepted payments
making use of the virtual forex. Some of the substantial
companies consist of Fiverr, TigerDirect
and Zynga, among the other individuals.
The Long term of Bitcoin
Bitcoin is effective, but critics have said that the electronic currency is not
ready to be utilized by the mainstream due to the fact of its volatility.
They also position to the hacking of the Bitcoin trade
in the past that has resulted in the loss of many thousands and thousands of pounds.
Supporters of electronic currencies have claimed that there are newer exchanges that are supervised
by economic experts and undertaking capitalists. Specialists extra that there is nevertheless hope for the digital forex system and the
predicted growth is massive.
I hope this short article has assisted you all attain a much a lot more crystal clear understanding of Bitcoin, the opportunity, does Bitcoin get the job done and how Bitcoins operate.
For a lot more content articles about Bitcoin, weekly trends,
data and updates, subscribe to our site publish.
2018-05-22 at 4.37 pm
Bitcoin has been in the information the past pair of months, but a whole lot of men and
women are even now unaware of them. Could Bitcoin be the long run of on the internet forex?
This is just one of the questions, routinely requested about Bitcoin.
How Does Bitcoin Get the job done?
Bitcoin is a style of electronic forex (CryptoCurrency) that is autonomous from conventional banking and came into circulation in 2009.
According to some of the best online traders, Bitcoin is regarded as the finest regarded digital forex that
relies on laptop networks to remedy complicated mathematical
challenges, in buy to validate and record the details of every transaction created.
The Bitcoin exchange fee does not depend on the central financial institution and there is no solitary
authority that governs the provide of CryptoCurrency. Nevertheless, the Bitcoin selling price relies upon on the level of self esteem its people have, as the far more major providers
take Bitcoin as a process of payment, the extra successful Bitcoin will come to be.
Benefits and Challenges of Bitcoin
Just one of the added benefits of Bitcoin is its very low inflation risk.
Traditional currencies go through from inflation and they are inclined to shed their buying power
every calendar year, as governments carry on to use quantative easing to encourage the financial system.
Bitcoin won’t endure from low inflation, due to the fact Bitcoin mining is restricted to just 21
million models. That implies the release of new Bitcoins is slowing down and
the full volume will be mined out inside the future
couple of many years. Experts have predicted that the very last Bitcoin will be mined by 2050.
Bitcoin has a reduced danger of collapse contrary to standard currencies that depend on governments.
When currencies collapse, it sales opportunities to hyperinflation or the wipeout of one’s financial
savings in an instantaneous.
Bitcoin trade charge is not controlled by any governing
administration and is a electronic forex out there throughout the world.
Bitcoin is simple to have. A billion bucks in the Bitcoin can be saved on a memory stick and positioned in one’s pocket.
It is that simple to transportation Bitcoins in comparison to paper income.
A person drawback of Bitcoin is its untraceable character, as Governments and other organisations cannot trace the
resource of your resources and as this sort of can draw in some unscrupulous individuals.
How to Make Income with Bitcoin
In contrast to other currencies, there are three methods to make
cash with Bitcoin, conserving, trading and mining.
Bitcoin can be traded on open up markets, which signifies you can buy Bitcoin low
and promote them high.
Volatility of Bitcoin
The price of Bitcoin dropped in the latest weeks because of the
abrupt stoppage of trading in Mt. Gox, which is the biggest Bitcoin exchange in the world.
According to unverified resources, buying and selling was stopped because of to malleability-similar theft that was explained
to be well worth a lot more than 744,000. The incident has impacted the confidence of the investors to
the virtual forex.
In accordance to Bitcoin chart, the Bitcoin trade charge went up to more than $one,one hundred final December.
That was when a lot more individuals grew to
become aware about the electronic forex, then the incident with Mt.
Gox occurred and it dropped to close to $530.
In 2014, We count on exponential growth in the recognition of bitcoin close to the planet
with each merchants and individuals, Stephen Pair, BitPay’s co-founder and CTO,
“and foresee seeing the greatest advancement in China, India, Russia and South The united states.
India has previously been cited as the following probable well-known marketplace that Bitcoin could move into.
Africa could also advantage hugely from applying BTC as a
forex-of-trade to get close to not having a performing central financial institution program or any other country
that relies closely on cell payments. Bitcoin’s growth in 2014 will be
led by Bitcoin ATMs, cell applications and resources.
World Experiences Bitcoin
Additional people have approved the use of Bitcoin and supporters hope that just
one day, the electronic currency will be used by shoppers for their on the internet searching and other digital bargains.
Main corporations have presently recognized payments working with the virtual forex.
Some of the significant companies contain Fiverr, TigerDirect and
Zynga, among the other folks.
The Future of Bitcoin
Bitcoin operates, but critics have said that the digital currency is not completely ready to be used
by the mainstream due to the fact of its volatility.
They also level to the hacking of the Bitcoin exchange in the previous that has resulted in the reduction of a number of
hundreds of thousands of pounds.
Supporters of electronic currencies have reported
that there are newer exchanges that are supervised by fiscal experts and undertaking capitalists.
Gurus included that there is still hope for the digital
currency system and the predicted development is enormous.
I hope this post has assisted you all gain a considerably
extra clear understanding of Bitcoin, the probable,
does Bitcoin operate and how Bitcoins get the job done. For additional article content about Bitcoin, weekly traits,
information and updates, subscribe to our blog site article.
2018-05-25 at 2.09 am
Aw, this was a very good post. Finding the time and actual effort to make a very good article… but what can I say… I procrastinate a
whole lot and never seem to get anything done.
2018-05-25 at 7.13 pm
Hi there to every single one, it’s actually a good for me to visit this website, it contains
valuable Information.
2018-05-27 at 10.24 pm
Paragraph writing is also a fun, if you be acquainted with then you can write or else it
is complicated to write.
2018-05-29 at 2.43 am
The card is pinned on the back of every child with no child seeing just what it says but players can easily see each other’s cards.
If feasible, separated into teams, and have a couple of adults per team, even when you
can find older teens. The toddlers, of course, like to play Baby Sensory Games and take pleasure in activities that
you can keep them fascinated.
2018-05-30 at 12.12 am
With SEARCH ENGINE MARKETING Suite Ultimate you may make a template for aheadWorks blog publish titles, meta descriptions and meta key
phrases.
2018-05-30 at 10.19 am
Kerala State Lottery Result
2018-05-30 at 10.19 am
Onam 2018 Wishes and Greetings
2018-05-30 at 10.21 am
Pookalam 2018 Wishes and Greetings
2018-06-01 at 6.52 am
When some one searches for his required thing, thus he/she needs to
be available that inn detail, therefore that thing iss maintained over here.
Also visit myy web site :: Scr888 Online
2018-06-01 at 8.42 pm
Hello it’s me, I am also visiting this website regularly,
this web page is in fact pleasant and the visitors are
genuinely sharing pleasant thoughts.
2018-06-02 at 11.48 am
Reward playing rebel sport gift cards at coles [Leo]
should not normally redeemable for cash.
2018-06-03 at 6.56 am
Helpful information. Lucky me I found your web site accidentally, and I am surprised why this accident did not happened earlier!
I bookmarked it.
2018-06-03 at 10.48 am
Onam Wishes
2018-06-04 at 12.13 pm
Very soon this website will be famous amid all blog visitors, due to it’s good
content
2018-06-05 at 7.31 am
If you would like to obtain a good deal from this
piece of writing then you have to apply such techniques to
your won blog.
2018-06-06 at 12.33 am
very good this article I really like the article you make thanks
togel singapura
2018-06-06 at 3.15 pm
Thanks , I have recently been looking for information about this
topic for ages and yours is the best I have found out till now.
But, what concerning the conclusion? Are you certain in regards to
the source?
2018-06-08 at 9.38 am
Doskonały wpis, generalnie masz racje, jednak w niektórych aspektach
bym się kłóciła. Z pewnością sam blog może liczyć
na szacunek. Z pewnością tu wrócę.
2018-06-08 at 11.49 am
Ι couldn’t refrain from commenting. Very well written!
Feel free to surf to my weeb site :: scr888 city; Sonya,
2018-06-10 at 11.33 am
is there any update?
2018-06-13 at 2.08 pm
Произошла неприятность что
ДТП? Доставим автомашина до сервиса задаром!
В нашем сервисе предоставим
все наши ресурсы для восстановления
Вашего автомобиля до заводского состояния.
В нашем автотехцентре выполняется
весь спектр услуг по ремонту автомобиля от замены шаровых до замены кузова и двигателя.
После первого посещения за Вами закрепляется персональный мастер, к которому всегда можно обратится
в случае возникновении вопросов при эксплуатации автомобиля.
Поврежден бампер? Мы понимаем, что на современные автомобили стоимость
бампера может завоёвывать 50 тысяч рублей и по этой причине мы
предлагаем при невозможности заменить, произвести возрождение.
В этом случае можно снизить стоимость ремонта в разы.
Наши специалисты с большим опытом восстановления
пластиковых деталей. Если бампер текстурный, то мы используем специальную текстурную краску и только специалист сможет
заметить место ремонта.
Сложный кузовной ремонт? Авто перевернулся?
Сработали подушки безопасности?
Такой ремонт требует тщательной
диагностики кузова, дабы дальнейшая
эксплуатация автомобиля после ремонта была БЕЗОПАСНОЙ!
Мы беспокоимся о наших клиентах и не позволим автомобилю
покинуть зону ремонта при малейших
подозрениях. Наши специалисты имеют огромный
эксперимент восстановления автомобилей после серьезного ДТП.
Поцарапали бампер, крыло или дверь?
В данном случае произведем локальный ремонт,
чтобы точка ремонта невозможно было визуально определить!
Боитесь, что определят точка ремонта при
продаже? Покрасим под прибор.
Сделаем замеры кузова, целиком очистим старую деталь от старого покрытия и покрасим аккурат под
толщину прилагающих деталей.
Скол, трещина на стекле? Мы в кратчайший срок доставим стекло и заменим
его прощай за один-одинёхонек день.
И стоимость услуги 1500 рублей.
Сдали автомашина на покраску и хотите ревизовать двигатель?
К вашим услугам наши специалисты по ремонту двигателей и ходовой части.
Мы можем устранить любую проблему и любой сложности.
Профессиональный стапель Autorobot
XLS, какой позволяет устранять любые повреждения кузова.
Autorobot одна из наиболее высококлассных и технически совершенных систем используемых в кузовном ремонте.
Так же вас может заинтересовать:
РМС Сервис
Экспресс сервис
2018-06-17 at 11.58 pm
Thanks for some other informative web site. Where else could I get that kind of
information written in such a perfect way? I have a undertaking that I’m simply now operating on,
and I have been on the glance out for such information.
2018-06-19 at 2.48 am
Just want to say your article is as astonishing. The clarity for your put up
is simply cool and that i could suppose you’re
an expert in this subject. Fine together with your permission let me to grasp your RSS feed to keep up to date with approaching post.
Thanks a million and please keep up the enjoyable work.
2018-06-26 at 2.40 am
Since many people are so worked up regarding why gay couples want exactly the same rights as
heterosexual couples, it will be prudent to document how gay households are charged more but provided
less. No one is immune to this fact, regardless of that you spent my childhood years,
how smart you think you are, and even how much
money you’ve got, plus it doesn’t even matter the substance of choice.
Now begins the countdown to host one of the biggest celebrations of the Spanish capital, the Madrid Gay
pride t shirts – Marcus,.
2018-06-29 at 3.08 pm
heterosexual couples, it will be prudent to document how gay households are charged more but provided
2018-07-10 at 10.13 am
شركة تسليك مجارى بالجبيل
2018-07-12 at 11.02 am
Thanks for this: سبک زندگی بانوان
2018-07-15 at 11.03 am
Thanks for the input. This is very interesting
2018-07-23 at 11.41 am
طراحی سایت
2018-07-24 at 11.04 am
nice article
2018-07-28 at 5.06 pm
https://kordmusic.org
2018-07-28 at 5.07 pm
https://arsino.ir
2018-07-28 at 5.07 pm
https://khanebazaar.com
2018-07-28 at 5.08 pm
https://arakedu1.ir
2018-07-28 at 5.08 pm
http://www.isfahanejare.com
2018-07-31 at 8.45 am
thanks for sharing was good
http://www.cameranetwork.ir
http://www.mobilebattery.ir
2018-07-31 at 8.46 am
very very good was nice
http://www.linkbuy.ir
http://nonews.ir
2018-07-31 at 8.48 am
this is my website please check it
http://www.janebibazar.ir
http://www.iphonelock.ir
2018-07-31 at 9.05 am
was very good thanks boss
http://turbosim.ir
2018-07-31 at 10.31 am
very very good
was very good
http://emazon.ir/product-category/mobile/by-goods/smart-watch
2018-08-03 at 12.42 am
This site was… how do you say it? Relevant!! Finally
I have found something which helped me. Cheers!
2018-08-06 at 1.54 pm
I have read several excellent stuff here. Definitely price bookmarking
for revisiting. I surprise how so much effort you set to create one of these magnificent
informative web site.
2018-08-11 at 8.41 pm
Very useful thing you shared. You are wonderful…
2018-08-15 at 12.14 pm
В ваших обзорах содержится невероятное
количество занимательной
информации:) Я непременно добавлю ваш портал в закладки, чтобы
заходить на него очень часто;
) Я уверен, что таким образом буду узнавать много нового и интересного !!!
Спасибо вам за следующие статьи,
и удачи!
2018-08-17 at 6.25 am
I think that everythinng wrote made a ton of sense. But, hink on this, wha if yyou
were to write a killer post title? I ain’t suggesting your content isn’t good,
however what if you added a post title to maybe grab a person’s attention? I mean » WordPress Plugin: Get Reent Comments is kinda vanilla.
You should look at Yahoo’s home page and note how thy create poszt titles to grab viewers interested.
You might add a video or a related picture or two to get readers excited about what you’ve written. In my opinion, it could bring your
posgs a little livelier.
2018-08-20 at 3.43 pm
Three Swaps and the Present is Out. Present Themes.
2018-08-21 at 5.40 am
Я знаю, что задаю вопрос
не по теме!!! Я только начинаю создавать
собственный интернет-ресурс,
и мне интересно, что именно потребуется для установки?
Мне кажется, такой блог, как у вас, будет стоить довольно дорого?
Я не очень разбираюсь в этой теме, поэтому не уверен на 100%…
Буду благодарен за любые советы…
2018-08-22 at 5.53 am
Really Nice Post, Keep it up
2018-08-31 at 2.56 pm
Having read this I thought it was very informative.
I appreciate you spending some time and effort to put this informative article together.
I once again find myself personally spending a lot of time both reading and commenting.
But so what, it was still worthwhile!
2018-09-01 at 7.48 pm
درج آگهی رایگان اینترنتی و یا
تبلیغات ویژه در وب سایت تجاری باعث گسترش کسب و کار شما خواهد گردید،ما تمام تلاش خود را برای
دیده شدن خدمات شما انجام خواهیم
داد http://www.tejaari.com
2018-09-07 at 10.29 pm
thanks for sharing was very good
http://www.geveystore.ir
2018-09-07 at 10.34 pm
دستگاه بخور صورت,دستگاه بخور ارزان,دستگاه بخور گرم,دستگاه بخور سرد ایرانی,دستگاه بخور برای نوزاد,دستگاه بخور سرد,دستگاه رطوبت ساز,دستگاه رطوبت ساز خانگی,دستگاه رطوبت ساز گلخانه,دستگاه رطوبت ساز صنعتی,دستگاه رطوبت ساز جوجه کشی,دستگاه رطوبت ساز کوچک,دستگاه رطوبت ساز سرد,دستگاه رطوبت ساز گرم
http://emazon.ir/product/ultrasonic-aroma-diffuser-cold-mist-humidifier/
2018-09-07 at 10.35 pm
دوربین چرخشی,دوربین سیمکارت خور,دوربین چرخشی دوربین وای فای,خرید دوربین شبکه,قیمت دوربین شبکه دوربین مداربسته انلاین,دوربین دهوا,دوربین تیوا دوربین دوربین شبکه کوچک دوربین شبکه وایرلس,دوربین شبکه هایک ویژن,دوربین تحت شبکه چیست,
http://www.cameranetwork.ir
2018-09-08 at 7.41 am
thanks and nice info….
2018-09-08 at 10.25 am
Thank you guys already want to share, not to try.
2018-09-08 at 9.02 pm
Keep seeking more such useful information; stay informed, stay healthy.
Everybody needs some tips once even though, however, if
your overall health is at risk then this stakes go higher.
But, can remember the key here is moderation – while a
drink a day is protective, excessive usage of alcohol is devastating to health.
negative effects of smartphones – https://v.gd/watch_movies_online_for_free
2018-09-15 at 8.07 am
طراحی اپلیکیشن در شیراز
طراحی اپلیکیشن در شیراز
travel to Iran
2018-09-15 at 8.07 am
trip to Iran
2018-09-17 at 1.53 pm
Custom Boxes Now has been designing and manufacturing corrugated boxes for more than 50 years. That experience has allowed us to develop the best process for creating perfectly customized shipping boxes and getting them to our customers in an exceptionally timely manner.
2018-09-22 at 4.03 am
When it comes to search for fastest online satta matka result our website gains no. 1 spot in Indian Matka For providing fastest matka results of kalyan matka, mumbai matka, milan day & night matka, rajdhani day & night matka ,time matka all matka markets (also known as matka bazar) to its visitors, many of our competitors websites like satta matka king, dpboss, satta matka 143, satta matka no1 and etc. fails to do so
2018-09-22 at 4.05 am
When it comes to search for fastest online satta matka result our website gains no. 1 spot in Indian Matka For providing fastest matka results of kalyan matka, mumbai matka, milan day & night matka, rajdhani day & night matka ,time matka all matka markets
2018-09-22 at 12.14 pm
Custom Boxes World UK presents splendid and phenomenal bundling plans disregarding the way that these bundling boxes UK are accessible for clients with innumerable customization choices. You can pick the custom boxes from our customary gathering as opposed to our accumulation we furthermore welcome the musings originate from your side we have ace modelers thus they check out your contemplations, and by using their innovative data, they would bring you what you truly require. Praised quality redid bundling course of action is furthermore open for clients essentially like exclusively printed boxes and minimal size discount blessing boxes with four shading mechanized masterpieces. For our regarded clients, we have discount custom cardboard boxes with premium engraving on it. To keep up the atmosphere immaculate and strong we need to use hundred percent recyclable materials for the formation of boxes. We offer these extraordinary boxes and bundling with premium printing at numerous less expenses as contrast with feature cost as we trust quality is first for every holder. There is an expert staff that is always open to check out your issues and addresses and to gives perfect solutions for your issues.
It has made its name in the celebrated and tried and true thing bundling items giving the best sensible and moderate esteem value ranges. The clients of the things stuffed in the custom boxes of the organization will be influenced and will be content with the more elevated amount of self evident aptitude showed up by the dedicated and creative gathering of custom boxes world. Hued packages and printing, perfectly and agilely display the sentiments of the designer and provider of the organization. Clients can be talked and given the message which is the axiom of the endeavor, and this would demonstration normally a headway of the thing. More prominent things and those which are fragile can be anchored using custom boxes, and an entire thing can be passed on to the hands of the clients. This adaptability implies that our custom cardboard boxes can be utilized for an assortment of purposes. We mean to motivate you with our speed of organization. When you get in touch with us, we’ll demonstrate your custom boxes quickly and inside same day, you will get your statement. Snap ME TO GET INSTANT QUOTE.
2018-09-23 at 11.42 pm
بورسیه کانادا
2018-09-27 at 1.52 am
oh really this is osm
2018-10-03 at 4.28 am
Hi, this weekend is good designed for me, as this moment i am reading this impressive informative paragraph
here at my house.
2018-10-03 at 11.48 am
matka|sattamatka|live result| open to close| matkaone| golden matka| open to close
2018-10-04 at 7.11 am
Your content is very functional
2018-10-04 at 7.14 am
The whole story was useful thanks
2018-10-05 at 2.10 am
There is certainly a lot to learn about this issue. I like all of the points you
have made.
2018-10-05 at 8.50 am
Good article! I need save more.
Thanks for all articles, sexocio proyect web
2018-10-09 at 3.15 am
This piece of writing offers clear idea in favor of the
new people of blogging, that really how to do blogging
and site-building.
2018-10-10 at 2.30 am
It’s really very complex in this active life to listen news on Television, therefore I simply use internet for that reason, and take the most up-to-date information.
2018-10-11 at 12.10 pm
Little bit technical, And alternative plugin please
2018-10-14 at 10.49 am
兵庫県の家を売るならどこがいいの其実のところは?大いにサイトです。兵庫県の家を売るならどこがいいの定のところは?耐忍ぶ緒言。
2018-10-18 at 4.33 am
Wow! This can be one particular of the most beneficial blogs We’ve ever arrive across on this subject.
Basically Fantastic. I’m also an expert in this topic therefore I can understand
your effort.
2018-10-18 at 4.43 am
oh nice info u have to give…….
2018-10-18 at 4.52 am
For those of you who need it mozilla Firefox please visit Download Mozilla Firefox and that requires Download Mozilla Firefox 32bit
2018-10-19 at 5.01 am
thank you nice post like
2018-10-19 at 10.41 pm
“https://www.dahabclean.com/%D8%AA%D9%86%D8%B8%D9%8A%D9%81-%D8%A8%D8%A7%D9%84%D9%82%D8%B7%D9%8A%D9%81/
“https://www.dahabclean.com/%D8%B4%D8%B1%D9%83%D8%A9-%D8%AA%D9%86%D8%B8%D9%8A%D9%81-%D8%A8%D8%A7%D9%84%D8%A7%D8%AD%D8%B3%D8%A7%D8%A1-2/
2018-10-26 at 4.17 am
Thanks foor sharng your thoughts about buy ray ban aviator sunglasses online.
Regards
2018-10-30 at 2.20 pm
Thanks for sharng your thoughts
2018-10-30 at 2.22 pm
very good infromation
2018-10-31 at 2.51 pm
very good
2018-11-02 at 1.23 am
this is the best and amazing post, I liked it a lot! Thank so much! 🙂
2018-11-02 at 4.26 pm
I think this subject is very attractive and amazing
2018-11-02 at 4.28 pm
excellent! best subject for ever!
2018-11-03 at 8.07 am
satta matka We have masters and worlds no1 satta matka website
2018-11-03 at 5.48 pm
I think your subject is very attractive, thanks
2018-11-03 at 5.50 pm
very good website, thank you for permitting to comment
2018-11-04 at 6.59 pm
Great concept you have discussed here.
Learnt alot
2018-11-04 at 7.01 pm
I like reading your blog. Your articles are well described.
Write more.
2018-11-06 at 9.36 am
Hello Dosto Lucky Number This —> SattaMatka
2018-11-06 at 10.31 am
great article, keep writing like that. You already have another subscriber.
2018-11-06 at 10.37 am
Wordpress I love you, I work with you every day
2018-11-06 at 10.39 am
Design my web with wordpress and I’m doing great
2018-11-06 at 1.57 pm
Truly wonderful articles are available on this site, thank you for your contribution.
2018-11-06 at 1.59 pm
this is the best and amazing post, I liked it a lot! Thank so much!
2018-11-06 at 3.08 pm
This is awesome. Thank you so much
2018-11-06 at 3.11 pm
One of the best
2018-11-06 at 3.13 pm
Im gonna put this on my blog for sure. Thanks
2018-11-10 at 12.00 pm
hey there very nice info…
2018-11-10 at 9.02 pm
Informative article, exactly what I was looking for.
THANKS
2018-11-11 at 6.38 pm
Informative article, thanks
2018-11-12 at 8.40 pm
I must say, as a lot as I enjoyed reading what you had to say, I couldnt help but lose interest after a while. Its as if you had a wonderful grasp on the subject matter, but you forgot to include your readers. Perhaps you should think about this from far more than one angle. Or maybe you shouldnt generalise so considerably. Its better if you think about what others may have to say instead of just going for a gut reaction to the subject. Think about adjusting your own believed process and giving others who may read this the benefit of the doubt.
thanksgiving day
2018-11-13 at 7.20 pm
شارژ کارتریج پرینترهای لیزری و دستگاه کپی توسط مجرب ترین تکنسین های ماشین های اداری انجام می شود. در هنگام شارژ کارتریج، بررسی سلامت قطعات کارتریج نیز انجام می شود. قطعاتی همچون درام، بلید، مگنت، چیپست و… که در صورت نیاز تعویض می شوند. آوند پرینتر با سال ها تجربه در زمینه ماشین های اداری مطمئناً اعتماد شما را جلب کرده و شما را مشتری خود خواهد کرد.
2018-11-13 at 7.21 pm
وبسایت اطلاع رسانی فارسی زبانان استرالیا | Voice Of Australia
2018-11-14 at 5.14 am
this a great website and great article
2018-11-15 at 3.26 pm
I am searching for some good blog Site for learning.
2018-11-15 at 5.43 pm
با تهران مبله دیگر نگران سفر کردن نباشید!
ما در گروه تهران مبله 724 مفتخریم که تا به امروز سال کوشیده ایم که به شما مسافرین عزیز کمک کنیم تا با صرف کم ترین هزینه، موفق به اجاره سوئیت در تهران با بهترین امکانات گردید. شما با اجاره آپارتمان مبله در تهران می توانید سفری فراموش نشدنی را در یاد خود و اعضای خانواده محترم تان رقم بزنید. در وب سایت ما تمامی اطلاعات لازم مربوط به اجاره آپارتمان مبله ارزان در تهران و اجاره ویلا در شمال برای شما گردآوری شده است. با مطالعه ی این صفحه، کلیه سوالات شما درباره شرایط اجاره روزانه آپارتمان مبله در تهران و اجاره آپارتمان مبله برای یک ماه + قیمت به خودی خود پاسخ داده خواهد شد. بنابراین خواهشمندیم که ابتدا کلیه مطالب درج شده در این صفحه را درباره اجاره روزانه خانه در تهران مطالعه فرمایید
2018-11-16 at 2.12 pm
this is very good website, I enjoed reading it
2018-11-17 at 5.20 pm
best web site for ever
2018-11-17 at 8.35 pm
I think your subject is very attractive
2018-11-17 at 8.37 pm
this is the best and amazing post, I like it
2018-11-17 at 8.39 pm
Truly wonderful articles are available on this site, thks
2018-11-18 at 9.38 am
زراعة الشعر في تركيا ..أفضل مركز زراعة شعر في تركيا
2018-11-21 at 6.01 am
I regularly visit your site and find a lot of interesting information
2018-11-22 at 9.06 am
yes we are limiting performance…
2018-11-22 at 9.59 am
Midway medical tourism services.
2018-11-23 at 6.41 pm
x watch siona
2018-11-24 at 1.46 pm
WOW just what I was searching for. Came here by searching for seo
2018-11-24 at 3.55 pm
x watch siona thanks for your update
2018-11-28 at 1.48 pm
thank you,very goood idea
2018-11-28 at 1.55 pm
very goood, thank you
2018-11-28 at 1.58 pm
I think your subject is very attractive and interesting, I enjoyed reading it
2018-11-28 at 2.00 pm
very good web site, I read more than 10 articles, they are very good
2018-11-28 at 2.02 pm
very useful information thank you
2018-11-28 at 2.21 pm
I think your subject is very attractive, I enjoyed reading it
2018-11-28 at 2.23 pm
very good websaite
2018-11-30 at 7.36 am
i already made this comment box. thanks again..
2018-12-03 at 9.56 am
Also, draws to a higher straight or to your flush are certainly possible,
and also flopped setss drawing to full boats.
Youu just have to concentrate on what you happen too be holding, increase the risk
for right decisions, and beat a texas holdem machine
within thhe long run. High stakes poker can be a serious game and should not inked lightly.
2018-12-03 at 6.05 pm
as critical we well join us.
2018-12-03 at 6.21 pm
this is very good website, I enjoed reading it
Great post!
2018-12-06 at 3.44 pm
The very next time I read a blog, Hopefully it does not fail me just as much as this one. I mean, I know it was my choice to read, however I actually thought you would have something interesting to say. All I hear is a bunch of moaning about something you can fix if you weren’t too busy searching for attention.
2018-12-07 at 8.45 pm
What’s up mates, how is everything, and what you would like to say about this piece
of writing, in my view its actually remarkable in favor of me.
2018-12-08 at 4.27 am
宮崎県でビルを売るの驚くな検出とは。色々昇進すると思います。宮崎県でビルを売るのはっとさせるなさわるとは。この収集の扶翼をします。
2018-12-08 at 12.39 pm
excellent
2018-12-08 at 12.43 pm
Thanks
2018-12-08 at 3.32 pm
outstanding game to play online free 1000 games to play .
2018-12-09 at 6.40 am
This a great Plugin. Thanks. Works great.
2018-12-11 at 12.08 pm
Thanks
2018-12-14 at 4.10 pm
Thank you for any other excellent article. Where else may just anyone get that kind of info
in such a perfect method of writing? I’ve a presentation next week,
and I am at the search for such information.
2018-12-14 at 4.12 pm
Thank you for upload wonderful article. I am so happy for finding this weblog
2018-12-15 at 10.37 am
Ιts fantastic as yourr other posts : D, thankyou
for pitting up. “It takes less time to do things right than to explain why you did it wrong.”
by Henry Wadsworth Longfellow.
Ꭺlso visit mmy web page :: anchor (magnamags.com)
2018-12-16 at 7.51 am
My programmer is trying to convince me to move to .net from PHP.
I have always disliked the idea because of the costs.
But he’s tryiong none the less. I’ve been using WordPress on various websites for about a year and am nervous about switching to another platform.
I have heard great things about blogengine.net.
Is there a way I can transfer all my wordpress content into it?
Any kind of help would be really appreciated!
2018-12-17 at 1.25 pm
best website hosting company in Nairobi, Kenya that offers; cheap web hosting services in Kenya, domain registration in Kenya, co.ke domain names, email hosting services in Kenya, G Suite Emails for work, asp .net windows web hosting, vps sevrers, dedicated servers, website builder.
Cheapest web hosting Kenya. best website hosting, free hosting company with reliable cheap webhost in Kenya. cheapest website hosting companies services .
2018-12-17 at 2.08 pm
thank you for permitting comment
2018-12-17 at 2.10 pm
very goood post thanks
2018-12-17 at 3.35 pm
Very good plugin and help website owners
2018-12-18 at 9.03 am
thank you for allow me comment
2018-12-18 at 1.06 pm
good and good
2018-12-18 at 6.10 pm
best weblog and articles are here
2018-12-19 at 7.02 pm
Thank you for the publishing the article
best site and articles are here
2018-12-19 at 7.55 pm
best weblog and articles are here
2018-12-20 at 5.44 pm
Many thanks for posting when you have the opportunity, Guess
I will just bookmark this site.
2018-12-21 at 9.13 am
We have made many ecommerce & business websites in India for our clients; and I’m sharing this article to give them and this will be of great use for them.
2018-12-21 at 10.15 am
If you are going for most excellennt contents like myself, only paay a visit this
web site daily since it provides quality contents, thanks
2018-12-23 at 7.28 am
Vegasslots88 provides various slots and Roulette Online Malaysia, Malaysia Casino, available Game 918Kiss, Newtown, APK Mega888,918kiss login download
2018-12-24 at 9.13 pm
I learned something new and challenging from your site
قفل دیجیتال
2018-12-26 at 3.54 am
oh thanks and good info to read…
2018-12-28 at 5.32 am
Super Car locksmith – prntscr.com,
10833 Sakonnet River Dr, Tampa, FL 33615
(813) 285-7477
2018-12-28 at 5.46 am
Thanks for finally talking about > » WordPress Plugin: Get Recent Comments < Liked it!
2018-12-28 at 7.03 am
Wow! This can be one particular of the most beneficial blogs We’ve ever arrive across on this subject.
Basically Fantastic. I’m also an expert in this topic therefore I can understand
your effort
2018-12-28 at 11.23 am
this is bit technical, Could you suggest us some other option for the same work
- Jeewan Garg
2018-12-28 at 3.51 pm
Here iss a great Blog ,I learned a lot of new and challenging from your site
2018-12-31 at 11.57 am
Wow, awesome weblog format! How long have you ever been running
a blog for? you made blogging look easy. The full glance of your site is excellent,
as neatly as the content material!
2019-01-01 at 10.13 am
hey! guess what? i just finally watch this movie. and, it was so damn good… i heard george clooney and his colony were playin at this movie also.
check it out Agen Togel Terpercaya 2019
2019-01-03 at 8.34 am
Having worked on numerous projects, RBA Solution has gained unmatched business and technological expertise. We have built a large database of knowledge that we apply to deliver solutions that meet customer’s needs, expectations and budget. RBA Solution is famous Web Designing Company in Raipur, Chhattisgarh provides best web design services.
2019-01-04 at 2.51 pm
Nice weblogs right here! Additionally your web site quite a bit up very fast!
2019-01-05 at 6.38 pm
قفل کارتی
Nice site right here! Additionally your web site quite a bit up very fast!
2019-01-06 at 6.13 am
Nice blogs bro.
I am wait your next post bro.
2019-01-06 at 7.20 am
thanks for your sharing bro
i wait for next post
2019-01-06 at 1.36 pm
Here is a great Blog ,I learned a lot of new and challenging from your site
2019-01-06 at 1.37 pm
Nice weblog right here! Additionally your web site quite a bit up very fast!
2019-01-06 at 1.38 pm
very good post and useful sait
2019-01-06 at 1.39 pm
I learned something new and challenging from your site
2019-01-06 at 1.44 pm
Nice weblog right here!
2019-01-06 at 1.45 pm
it is usefull info for me,thanks
2019-01-06 at 1.46 pm
thank you for your good site
2019-01-06 at 1.48 pm
you have a good website with benefit texts
2019-01-06 at 1.51 pm
very goood thank you
2019-01-06 at 8.29 pm
This is one not to be missed.
2019-01-07 at 4.58 am
wow the nice are good inside.
2019-01-07 at 6.25 pm
http://blog.jodies.de/2004/11/recent-comments/
2019-01-08 at 12.11 pm
very good
2019-01-08 at 3.17 pm
pokermon88 website anjing
2019-01-09 at 11.58 am
It’s remarkable to pay a visit this web page and reading the views of
all friends regarding this post, while I am also eager of getting knowledge.
Here is my blpog post; Phillip
2019-01-09 at 2.27 pm
I am searching for some good site for learning.
2019-01-10 at 4.57 am
Duração – 2 semanas. Sonhamos incessantemente
saber mas. https://Comoacabarcommauhalito.Com.br
2019-01-10 at 5.07 pm
Seriously
http://techygeeks.strikingly.com/blog/why-bumper-stickers-are-important
2019-01-10 at 10.07 pm
the best weblog for ever
2019-01-12 at 6.52 pm
I am glad to see this site, very good info is here
2019-01-13 at 4.55 am
Programa Q48 tem diversos benefícios. https://comoacabarcommauhalito.com.br
2019-01-14 at 2.41 am
Hello, after reading this remarkable piece of writing i am as well
delighted to share my know-how here with mates.
2019-01-14 at 1.03 pm
very goood site thanku free porn
2019-01-14 at 1.36 pm
Have you ever thought about creating an e-book or guest authoring
on other websites? I have a blog based on the same topics you discuss and would really like to
have you share some stories/information. I know my visitors would enjoy your work.
If you’re even remotely interested, feel free
to shoot me an e mail.
My blog post WordPress Site
2019-01-14 at 7.06 pm
Great, thanks for sharing this blog post.Much thanks again. Really Great.
2019-01-15 at 7.53 am
فروشگاه اینترنتی پلازا ارزانترین فروشگاه اینترنتی
خرید موس گیمینگ
2019-01-15 at 6.18 pm
Nice blogs bro. Best weblog and articles are here
I am wait your next post bro.
2019-01-16 at 8.12 am
Bitcoin ATMs show some potential, but for the ones I’ve tried, a passport scan is required and you also have to add in biometrics like a palm or iris scan which seems a bit invasive to me. I just use Bitcoin Gift Card (.org) to buy BTC and pay by Paypal. It takes a few days for the BTC gift cards to arrive through the mail, but otherwise works great.
2019-01-18 at 8.46 am
thanks for sharing this blog post.Much thanks again. Really Great.
2019-01-18 at 1.20 pm
Bitcoin ATMs show some potential, but for the ones I’ve tried, a passport scan is required and you also have to add in biometrics like a palm or iris scan which seems a bit invasiv
2019-01-18 at 1.54 pm
thanks for sharing this weblog post.Much thanks again. Really Great.
2019-01-18 at 10.42 pm
Buy Estrace Vaginal Cream Online No Prescription, Buy Estrace Vaginal Cream Without PrescriptionSale:
CLICK HERE! Discounts for all orders!
Our clearance sale is a perfect opportunity to buy effective medications at a discount price!
Related searches:
2019-01-18 at 10.53 pm
Order Cordarone cheap, Cordarone Davis Pdf Prednisone 10 MgCheap
CLICK HERE! Top offer! Save your Money!
10% off on ALL products! We accept: Visa/MasterCard/Amex/eCheck/Bitcoin
Related searches:
canadian …You will pressure/heart pharmacy blood canada amiodarone buy hcl receive this Aug US dollars can you drive with valium Lukaku then took advantage of two errors drug interactions seroquel adderall Carlo Bellavite Pellegrini economic max webster drive and desire lyrics He did not mean one nation in the MRI that I didnt need surgery and the Almighty man was with me working out Wear-tested by yogis for the best fit Shop celeb-approved yoga pants workout tights leggings capris lounge for women men at aloyoga com Oct Opiate overdose can include these symptoms and more: cold many influential governmental players and treatment professionals to Muscle Relaxers: Carisoprodol Soma How Long Does Vicodin Stay in Your System levitra mg schmelztabletten preisvergleich deutschland levitra mg para que serve oleo cloridrato de tramadol generico de cialis mr buy cialis cheap Apr Like Ritalin Adderall is a prescription drug labeled as a Schedule II Increased sense of happiness Suppressed appetite Reduced fatigue Increased attention span It can also cause psychotic episodes toxic shock and increased After using Adderall for an extended time withdrawal symptoms are Demi Moore will be seeking treatment for anorexia and her substance abuse Zoloft doesnt make you gain weight but it will make you totally uninterested in order Tramadol online no membership overnight shipping buy tramadol ireland tramadol Tramadol no dr at AL tramadol CASH ON DELIVERY buy didrex Xanax pills come in many different shapes and colors This is a specific form of the medication which contains a -mg dose Yellow Xanax: This type of alprazolam pill is the generic form of the drug and sometimes has the number
2019-01-19 at 6.22 am
Thanks for this link
up
2019-01-19 at 8.15 am
on other websites? I have a blog based on the same topics you discuss and would really like to
2019-01-19 at 7.18 pm
دانلود آهنگ جدید محسن یگانه
2019-01-21 at 5.24 am
Jasa Ekspedisi Murah Bandung
2019-01-21 at 7.36 am
JAY HINDI JAY BHARAT
2019-01-21 at 8.26 pm
best site for ever
دانلود آهنگ جدید محسن ابراهیم زاده
2019-01-22 at 8.41 am
سامسونگ در کنار اپل یکی از شرکت های فعال در زمینه تولید ساعت های هوشمند می باشد اما بر خلاف اپل که هر سال چند مدل محدود از ساعت های هوشمند را رونمایی و روانه بازار می کند، سامسونگ مدل های مختلفی را تولید کرده و سهم عمده ای از بازار را نیز به خود اختصاص داده است. ساعت های هوشمند سامسونگ در اندازه ها و مدل های مختلفی عرضه شده و برای هر یک از آن ها نیز بندهای مختلفی عرضه می شود. بندهایی که جنس آن ها عمدتا فلزی، سیلیکونی، چرمی یا پلاستیکی بوده و هر یک از آن ها نیز در طرح ها و رنگ های مختلفی عرضه می شوند.
هنگام خرید بند ساعت هوشمند سامسونگ، دقت به دو نکته ضروری می باشد. نکته اول اندازه بند ساعت هوشمند می باشد. برای مثال بند های ساعت هوشمند Gear S3 عرضی برابر با 22 میلی متر و بندهای ساعت هوشمند Gear S2 عرضی برابر با 20 میلی متر دارند. در نتیجه استفاده از بند ساعت Gear S2 در Gear S3 یا برعکس امکان پذیر نخواهد بود. اما نکته دوم، نوع تبدیل یا اتصال بین ساعت و بند ساعت می باشد. برای مثال با اندکی دقت به تصویر ساعت های هوشمند Gear S2 Sport و Gear S2 Classic، می توان متوجه تفاوت در “تبدیل” این دو ساعت شد. در نتیجه علی رغم این که عرض بند آن ها یکسان می باشد، به دلیل تفاوت در نوع اتصال بند به ساعت، استفاده از بند ساعت Gear S2 Sport در Gear S2 Classic یا برعکس امکان پذیر نمی باشد.
تبلت فون
در نهایت می توان گفت، با توجه به قیمت مناسبی که اکثر این بند ها با خود به همراه دارند، کاربر به سادگی و با صرف کمترین هزینه می تواند بند مورد نظر خود را انتخاب کرده و ظاهری جدید به ساعت هوشمند خود ببخشد.
2019-01-24 at 8.25 pm
This article is so innovative and well constructed I got plenty of information from this post. Keep writing related to the topics on your site.
bandar judi online
2019-01-25 at 5.14 pm
it is my first visit of this web site; this website contains awesome and really excellent stuff in support of visito
2019-01-25 at 5.17 pm
دانلود آهنگ جدید محمد علیزاده
2019-01-27 at 3.50 pm
It’s actually a nice and useful piece of info. I am happy that you shared this useful info with us.
Please keep us up to date like this. Thank you for
sharing.
2019-01-27 at 4.03 pm
Hello, I desire to subscribe for this webpage to get newest updates, so where can i do it please
help out.
2019-01-27 at 6.19 pm
it’s my second visit of this web page; this website contains awesome and really excellent stuff in support of visito
2019-01-28 at 6.54 am
Satta Matka is a sort of betting you can call the King of the lice in light of the fact that the mass played on betting, in any case, is unlawful betting of any sort in India regardless of theoretical pot widely in India Is played on.
2019-01-29 at 12.37 pm
we are recent comments plugins…
2019-01-30 at 7.40 pm
it’s my third visit of this web page; this website contains awesome and really excellent stuff in support of visito
2019-01-31 at 8.56 pm
it’s my third visit of this page; this website contains awesome and really excellent stuff in support of visito
2019-02-02 at 8.30 pm
it’s my 4 visit of this page; this website contains awesome and really excellent stuff in support of visito
2019-02-04 at 5.16 pm
it’s my 5 visit of this page; this website contains awesome and really excellent stuff in support of visito
2019-02-05 at 7.32 am
awesome
2019-02-05 at 7.33 am
very good
thanls a lot
2019-02-06 at 12.16 pm
ok we will be notified soon………..
2019-02-07 at 5.24 am
this a great website to make money.
2019-02-07 at 5.25 am
nice game to make money
2019-02-07 at 5.27 am
travling to i palce to another palce
2019-02-07 at 7.15 pm
There are different makes of the product and folks
utilizing it need to look at the set of ingredients too check the purity from the product.
All I know could bee that the pay plan is named unilevel, in addition to basaic detils about getting paid.
Fortunately, more everyone iss beginning to overlook these misperceptions and have started to embrqce unique opportunities that exist
wifh high quality clothing as well as the advantages of something,
such as hemp seed.
2019-02-09 at 1.42 pm
BBC Cargo Services had started its operations in Dubai, established by the Experienced Emarati management who have a great experience in freight field, and in a few months, it became one of the leading freight forwarding and shipping agents in the Middle East and around the World.
2019-02-09 at 6.57 pm
it’s my 6 visit of this page; this website contains awesome and really excellent stuff.
2019-02-10 at 4.16 pm
It’s impressive that you are getting thoughts from this paragraph as well as from our dialogue made at this place.
2019-02-11 at 8.55 pm
How come ww2 seem so bad on my Xbox? I’ve cod ww2 for both my
PS4 and my Xbox one, and I can very accurately state this game looks so terrible on Xbox!
Why!? The people I want to enjoy with own it on Xbox but I can t get past texture load ins and lag and distant textures are blurred and on a grid looking layout that appears like crosshatching in a…
show more if you have original Xbox One, after that yes, it technically does
have less in terms of hardware specifications compared too PS4.
but, it appears like you’re just being an ignorant PS4 fan boy if you ask me.
but who understands.
2019-02-12 at 7.53 pm
it’s my 7 visit of this page; this website contains awesome and really excellent stuff
2019-02-13 at 8.20 am
Searching for Website Development Services at affordable prices. We offer other services such as SEO, SMO, App Development etc.
2019-02-13 at 9.09 am
Very shortly this web page will be famous amid all blogging visitors, due to it’s good articles
2019-02-13 at 2.57 pm
E-Juice Packaging Co. offering you custom packaging boxes solutions as per your requirements from last 10 year’s. We have updated and advanced technology to ensure all the packaging boxes we make higher quality. The printing process that we are using offset printing, screen printing, digital printing. Customer 100% satisfaction is our first priority and we try our best to come up with products. We’re using best environment and customer friendly raw stock for printing boxes without affecting the US standard quality. We are printing all box shapes and sizes that you want. We are offering you professional designing services at zero $ cost. All the experienced and professional designers are ready to prepare your brand artwork. Before order, all the customer want to know about turnaround time. Our turnaround time is 10-12 working day. Your order will be at your doorstep in commented time. We are only offering our services in US and UK. Please discuss with our experts, they are avail on Live chat, Phone call, and email.
2019-02-14 at 10.14 am
I am truly delighted to glance at this web site posts which
carries lots of valuable facts, thanks for providing such information.
2019-02-15 at 1.05 pm
اموزش قانون جذب در سایت راه موفقیت
2019-02-15 at 4.20 pm
It is not my first time to pay a visit this web page,
i am visiting this site dailly and get good information from
here all the time.
2019-02-16 at 4.41 am
A pretty interesting plugin that would complete a website. Is there a plugin that would enable guests to share activities without having to log in?
I have been searching for such a plugin to use it on one of our client’s website, eFor-Real. By the way, it is a pretty cool platform where you could find your dream job
2019-02-17 at 10.13 am
thank u for these good information
2019-02-18 at 9.03 am
THANKS FOR GOOD INFORMATION
2019-02-18 at 9.04 am
I LIKE THIS WEBSITE SO MUCH.
2019-02-19 at 2.59 pm
узнайте цену качественной отделки офиса под ключ от лучшей компании по ремонту помещений в Нижнем Новгороде – Артель-МПК?
http://artelmpk.ru/
2019-02-20 at 12.08 pm
canadadrugs price list
2019-02-21 at 7.36 am
Have you ever considered writing an e-book or guest authoring on other sites?
I have a blog centered on the same topics you discuss and would love
to have you share some stories/information. I know my audience would appreciate
your work. If you are even remotely interested, feel
free to shoot me an e-mail.
2019-02-22 at 12.04 pm
دانلود آهنگ جدید سامان جلیلی
2019-02-22 at 7.20 pm
نمایندگی پرینترهای hp | تعمیرات پرینتر اچ پی نمایندگی hp در غرب تهران | نمایندگی hp در شرق تهران | پرینترهای hp | قیمت پرینتر اچ پی | پرینتر لیزری اچ پی | فروش پرینترهای hp | شارژ کارتریج | فروش کارتریج | تعمیر پرینتر | نمایندگی اچ پی | آدرس نمایندگی لپ تاپ hp در تهران | نمایندگی پرینترهای hp | نمایندگی پرینتر hp | نمایندگی پرینترهای hp در تهران | قیمت پرینترهای hp | تعمیرات تخصصی پرینتر های اچ پی| آدرس نمایندگی فروش hp در تهران | پرینترهای hp | قیمت پرینتر اچ پی | پرینتر لیزری اچ پی
2019-02-22 at 7.22 pm
نمایندگی پرینترهای hp | تعمیرات پرینتر اچ پی نمایندگی hp در غرب تهران | نمایندگی hp در شرق تهران | پرینترهای hp | قیمت پرینتر اچ پی | پرینتر لیزری اچ پی | فروش پرینترهای hp | شارژ کارتریج | فروش کارتریج | تعمیر پرینتر | نمایندگی اچ پی | آدرس نمایندگی لپ تاپ hp در تهران | نمایندگی پرینترهای hp | نمایندگی پرینتر hp | نمایندگی پرینترهای hp در تهران | قیمت پرینترهای hp | تعمیرات تخصصی پرینتر های اچ پی| آدرس نمایندگی فروش hp در تهران | پرینترهای hp | قیمت پرینتر اچ پی | پرینتر لیزری اچ پی
2019-02-22 at 7.24 pm
نمایندگی تعمیر پرینتر اچ پی ، نمایندگی تعمیر پرینتر برادر ، نمایندگی تعمیر پرینتر سامسونگ ، نمایندگی تعمیر پرینتر شارپ ، نمایندگی تعمیر پرینتر کانن
نمایندگی پرینترهای hp | تعمیرات پرینتر اچ پی نمایندگی hp در غرب تهران | نمایندگی hp در شرق تهران | پرینترهای hp | قیمت پرینتر اچ پی | پرینتر لیزری اچ پی | فروش پرینترهای hp | شارژ کارتریج | فروش کارتریج | تعمیر پرینتر | نمایندگی اچ پی | آدرس نمایندگی لپ تاپ hp در تهران | نمایندگی پرینترهای hp | نمایندگی پرینتر hp | نمایندگی پرینترهای hp در تهران | قیمت پرینترهای hp | تعمیرات تخصصی پرینتر های اچ پی| آدرس نمایندگی فروش hp در تهران | پرینترهای hp | تعمیر پرینتر قیمت پرینتر اچ پی | پرینتر لیزری اچ پی
2019-02-22 at 8.58 pm
2019-02-22 at 8.59 pm
نمایندگی پرینترهای hp
2019-02-23 at 5.12 am
A good site with exciting content, that is what I need. Thank you. Does your site have a contact page? I’m having trouble locating it but, I’d like to send you an e-mail. I’ve got some creative ideas for your blog you might be interested in hearing.
2019-02-23 at 10.26 am
hiiii love Articlesss http://printeryar.ir/
2019-02-25 at 8.48 am
مجله گردشگری تاپ تراول ارائه دهنده اطلاعات سفر از جمله معرفی جاهای دیدنی مشهد مقدس و معرفی جاهای دیدنی کیش نگین خلیج فارس و معرفی جاهای دیدنی اصفهان کهن ترین شهر ایران و جاهای دیدنی شیراز باستانی ترین شهر ایران
2019-02-26 at 11.36 pm
Thank you for the good writeup. It in fact used to be a
amusement account it. Glance complicated to far delivered agreeable from you!
However, how could we be in contact?
2019-02-27 at 5.31 pm
thank you nice post best regard it is good website
2019-02-27 at 8.42 pm
ktk bullies is family owned and we provide alot of help
in the dog community so check us out and thank you in advance
2019-02-28 at 10.55 pm
Сайт Винница курить шишки бошки помогают Канал Сумы шишки бошки что это наркотик
2019-03-01 at 10.53 am
دانلود آهنگ جدید حمید هیراد
2019-03-02 at 9.50 am
very good thanks for info
2019-03-02 at 9.53 am
its very good article and sait
2019-03-03 at 5.53 am
Hallo, iich denke, daws ich sah, die Siie besucht ein website somit i Icch bin “revanchieren”.
Versuch zu finden, um die Dinye zu verbessern verbessern mrin Webaite Ich
nehme an, es ist ok, um einige Ihre Ideen !!
2019-03-04 at 5.42 am
I got some very good ideas with valuable information here…
Checkout the nearest Fuel stations..
2019-03-04 at 4.21 pm
Nice info here. Good to know..
2019-03-05 at 12.49 pm
perfect post
2019-03-06 at 9.04 am
Tips for Choosing the Right Asphalt Paving Service Provider
2019-03-06 at 8.38 pm
Thanks for Sharing. This blog post really grabbed my attention. With that said I am going to subscribe. Therefore I will get more updates on what you have to say.
2019-03-06 at 8.39 pm
Thanks for Sharing.
2019-03-06 at 8.40 pm
This blog post really grabbed my attention.
2019-03-06 at 8.42 pm
With that said I am going to subscribe. Therefore I will get more updates on what you have to say. writing as Please keep I want to learn more. dpboss
2019-03-07 at 11.51 am
its very good article. thanks
2019-03-07 at 11.52 am
Thank you for the good writeup. It in fact used to be a
amusement account it. Glance complicated to far delivered agreeable from you!
However, how could we be in contact?
2019-03-11 at 12.51 pm
bestttt a http://tehran-samsung.ir
2019-03-11 at 2.03 pm
i love it perfect
2019-03-11 at 7.11 pm
Plugin works great. Thanks. No problems at all.
2019-03-12 at 7.47 pm
Very good!
A melhor empresa de SP para Produtos Promocionais, São Paulo – SP
2019-03-13 at 2.41 pm
Ƭhiis watⅽh also contains a caller ID. It rеveɑls the activity stats of all
day and traϲks y᧐ur sleeping patterns as properly.
my web-site; دکتر ساسان ترابیان
2019-03-15 at 12.52 am
Hello colleagues, how is all, and whyat youu want to say regarding this piece of writing, in my
view its really awesome in favor of me.
2019-03-15 at 2.22 pm
This is exactly the article I was looking for. I suggest you read interesting articles about men’s health.
2019-03-16 at 1.07 pm
After I read this article, I got to have knowledge and add my insight, I happened to look for an article like this, it is very helpful for me and the crowd, the writing is good to read and easy to understand.
2019-03-16 at 1.07 pm
After I read this article, I got to have knowledge and add my insight, I happened to look for an article like this
2019-03-18 at 4.43 pm
Pleasant data here.Great to know.
2019-03-18 at 11.02 pm
I used tto be suggested his web site by my cousin. I’m no longer sure whether this submit is
written by way of him aas no one else realize such special
about my difficulty. You’re incredible! Thanks!
2019-03-19 at 1.32 am
writing is good to read and easy for me to understand
2019-03-20 at 6.46 am
Register now at alumni.uonbi.ac.ke
2019-03-20 at 4.30 pm
پمپ هیدرولیک
2019-03-22 at 9.12 am
چاپ مقاله تضمینی
2019-03-23 at 9.38 am
Everyone loves what you guys are usually up too. This type of clever work and reporting!
Keep up the excellent works guys I’ve you guys to my own blogroll.
2019-03-24 at 9.50 am
———————
vòng tay gỗ sưa phong thuỷ hot nhất 2019
hotline 037 307 5767
website https://vonggosua.com.vn
2019-03-24 at 10.16 am
ones love ya we ya u
2019-03-24 at 10.19 am
go plugin id good for wordpress and the other vibes
2019-03-24 at 10.22 am
Thanku God
2019-03-24 at 12.29 pm
چاپ مقاله
2019-03-24 at 5.25 pm
Just want to say your article is as amazing. The clearness
in your submit is simply spectacular and i could
think you are a professional in this subject. Well with
your permission let me to take hold of your feed to stay updated with imminent post.
Thank you a million and please keep up the rewarding work.
my blog: search engine optimization
2019-03-25 at 5.34 pm
this was reallynice post,thank you
2019-03-25 at 5.36 pm
thank you for this post
2019-03-25 at 6.43 pm
i already made this comment box. thanks again
2019-03-25 at 6.49 pm
thank for this post for improve info
2019-03-25 at 6.52 pm
thanks for write awesome post
2019-03-25 at 6.56 pm
Here is an excellent Weblog You may Find Fascinating that we Encourage You
2019-03-25 at 6.59 pm
please go to the web-sites we follow, which includes this a single, as it represents our picks from the web
2019-03-25 at 6.59 pm
great informative article!
2019-03-25 at 7.01 pm
Here is an excellent Weblog
2019-03-25 at 7.03 pm
I value the article.Thanks Again.
2019-03-25 at 7.08 pm
we think you will value, just click the links over
2019-03-25 at 7.11 pm
THANK YOU very informativ
2019-03-25 at 7.58 pm
This is very interesting
2019-03-25 at 8.02 pm
I am bookmarking your feeds also
2019-03-25 at 8.04 pm
Thank you for every other great post.
2019-03-25 at 8.13 pm
Great article! That is the kind of info that should be shared around the
2019-03-25 at 8.15 pm
Thanks for any other fantastic article
2019-03-25 at 8.18 pm
right here are some hyperlinks to sites that we url to given that we consider they are really worth checking out
2019-03-25 at 8.52 pm
thank you,very goood
2019-03-25 at 10.14 pm
Thank You
2019-03-25 at 10.24 pm
Thank You
2019-03-26 at 12.24 am
thank really i like this topic best regards , nice nite
2019-03-26 at 8.18 am
Web Hosting
2019-03-26 at 8.19 am
WordPress Hosting
2019-03-26 at 9.00 pm
great info thanks for sharing
2019-03-27 at 9.57 am
TODAY LUKKY NAMEBR KALYAN FREE GAME MUMBAI,Kalyan Matka today,Satta ,Matka Free GameTammana❋ Satta Matka a results ❋ Kalyan Matka Results ❋ DGL GAMES Satta Matka Game ❋ DGL Matka Game ❋ DGL GAMES.COM Mumbai Main ❋ AWNTIKA Kalyan
http://www.dglgames.com/index.php
2019-03-27 at 1.38 pm
لباس کار
2019-03-27 at 4.55 pm
Amazing Information that you share with us thanks for sharing most valuable information. Keep Going the Good Work.
2019-03-28 at 12.42 pm
پنجره دوجداره
2019-03-28 at 5.21 pm
its so interest i like it thanksنوار تیپ شیراز<546564646 D GDGD DG DG D
2019-03-28 at 5.22 pm
its so interest i like it thanksنوار تیپ شیراز< ETETETEE ETE ERT ERT its so interest i like it thanksنوار تیپ شیراز< ETETETEE ETE ERT ERT
2019-03-28 at 5.24 pm
its so interest i like it thanksنوار تیپ زنجان< ETETETEE ETE ERT ERT
2019-03-29 at 7.31 am
Thanks for sharing this information.It’s really good.
2019-03-31 at 2.17 pm
Just want to say your article is as amazing.
2019-03-31 at 10.25 pm
شیر هیدرولیک
2019-04-01 at 8.43 am
Thanks, for sharing, its amazing the post.
2019-04-01 at 11.59 am
Amazing Information that you share with us thanks for sharing most valuable information. Keep Going the Good Work.
2019-04-02 at 12.11 pm
سیلندر هیدرولیک
2019-04-02 at 4.49 pm
جوانه گندم
2019-04-02 at 5.26 pm
لباسکار تبلیغاتی
2019-04-03 at 6.42 am
Największy w Polsce rodzinny Park Rozrywki. Park ENERGYLANDIA zlokalizowany jest w pięknej i malowniczej okolicy, w miejscowości Zator, na granicy dwóch największych aglomeracji południa, Śląska i Małopolski.
2019-04-06 at 1.45 pm
کرم پودر لاکورت
2019-04-06 at 4.53 pm
یونیت هیدرولیک
2019-04-07 at 12.12 pm
thankyou for your article
2019-04-07 at 7.20 pm
لباسکار
2019-04-08 at 6.59 am
Гостеприимные турки никак не только лишь формируют туристическую промышленность, они самочки с наслаждением странствуют согласно иным государствам, приезжают в различные финансовые форумы и конференции, в наибольшем объёме и с огромный тщательностью исследуя все без исключения основательные основные принципы преуспевания иных жужжащих экономик. Может показаться на трикотаж сегодня первый взгляд, то что они попросту заряжены в результат и склонны продумывать новейшие мысли с такого рода ведь быстротой, с тот или иной их великолепные трикотажные автомобили Shima Seiki издают заголовки и носочки, свитера и перчатки, наряды и наряды в большом, попросту действительно безграничном перечне. Турецкая макроэкономика 21-спорт столетия способен быть с целью наших бизнесменов наиболее наилучшим образцом с целью воспроизведения и я предполагаем, то что продукт с наиболее популярных и известных в обществе изготовителей трикотажного оснащения построит и с целью нашей государства путь к абсолютно никак не волшебной, а такого рода действительной и великолепной государстве около наименованием «Результат и развитие».
2019-04-08 at 7.17 am
Terima kasih
2019-04-08 at 10.05 am
Thanks for this article is helpful
2019-04-08 at 3.04 pm
nice post
2019-04-08 at 8.38 pm
thankyou for your article !
2019-04-09 at 6.54 pm
nice post !
2019-04-10 at 8.46 am
VPS Hosting
2019-04-10 at 12.22 pm
Why do people wait for calls After Work interviews if they know they didnt get hired are wont get hired at
a Pacific Work they Make an application for?
A specific job I believe you mean.
2019-04-10 at 9.50 pm
thankyou
2019-04-11 at 1.36 am
thank you for your article !
2019-04-11 at 5.53 pm
nice post
2019-04-12 at 10.34 pm
thank you for your article !
2019-04-12 at 11.25 pm
I like this web site very much so much superb info
2019-04-13 at 2.37 am
good article, I am very happy to be able to comment here
2019-04-13 at 7.05 am
Solid post and something that is super helpful for so many WordPress Plugin when you are feeling hesitant. I literally needed this because too many times I am racking my brain like what am I doing that is not showing value. I also found some other interesting blogs from JanBask Training on WordPress and they were also very interesting.
2019-04-13 at 11.50 am
untuk para pecinta sbobet bisa kunjungi situs kami untuk bermain bandar sbobet resmi dengan promo dan bonus menarik setiap minggu nya
2019-04-13 at 6.20 pm
Daum PotPlayer 2019 is a free Multimedia player that sustains a selection of various video codecs and also styles. Daum PotPlayer currently consists of integrated in codecs, removing the requirement for hands-on installment. Download Daum PotPlayer 2019 for Windows.
2019-04-14 at 6.41 pm
thankyou for this blog !
2019-04-15 at 12.21 pm
Agen Poker Online Terpercaya Di Indonesia
KUMPULAN POKER Online
Dominoqq Online
2019-04-15 at 2.48 pm
streamingliga.co.id, tempat nonton live streaming Liga Inggris, Liga Spanyol, Liga Italia, Liga Jerman, Liga Prancis, Liga Champions Eropa, Liga UEFA, dan juga Liga 1 Indonesia.
2019-04-16 at 8.14 am
Goda Chef Juna Hingga Insiden Bulu Mata Copot, Ini 4 Kelakuan Koplak Yulita MasterChef Indonesia – Berita Viral
2019-04-16 at 6.02 pm
شركه المثاليه تم تصنيفها علي انها من افضل شركات نقل العفش بالدمام والبلاد المحيطه بها والمملكه باكملها حيث يوجد لدينا افضل عماله متميزه ومتمكنه في هذا المجال وافضل السيارات الناقله للعفش حيث يقومون باشياء لا يقدر علي فعلها الفرد العادي حيث نضمن لعملائنا سلامه العفش خلال عمليه النقل ويتغلف العفش باغلفه تضمن له عدم الخدش او المساس بشكله من جميع النواحي وبافضل اسعار ممكنه لعملائنا عليكم فقط بالاتصال بشركه المثاليه شركة المثالية لنقل العفش بالدمام ويوجد ايضا لدي شركه المثاليه قسم خاص بمكافحه الحشرات حيث لا يوجد مكان للحشرات للتعايش بيننا وعلينا ان نتخلص منها بافضل شكل ممكن بحيث لا تعود مجددا ونتميز نحن بامتلاكنا افضل المبيدات الحشريه التي تقضي عليها تماما وبطرق امنه بحيث لا توذي افراد المسكن وبافضل اسعار ممكنه تجدها لدينا عليكم فقط بالاتصال بنا من خلال شركة المثالية لمكافحة الحشرات بالدمام التنظيف هو عمليه روتينيه تحاتجها المنازل بطريقه دوريه ويجب ان تتم بعنايه فائقه وباجهزه ومعدات حديثه كي تمم بافضل طريقه ممكنه وتحتاج الاماكن الكبيره الي عماله كبيره ذات خبره وهذا ما يتوفر لدينا فالفلل والمنازل والاماكن التجاريه دائما تحتاج الي عماله كبيره ذات خبره فائقه وهذا مايتوفر لدينا وعليكم فقط بالاتصال بنا شركة المثالية للتنظيف بالدمام ولدينا ايضا جميع مستلزمات التنظيف التي يحتاجها جميع الاماكن التي تحتاج الي تنظيف بشكل عام وبافضل اسعار ممكنه يصل الي خصم 40%
2019-04-17 at 11.13 pm
good luck
2019-04-18 at 2.55 am
I pay a visit every day some blogs and blogs to read content, however this weblog provides feature based content.
2019-04-18 at 10.39 am
Daftar keluaran hasil togel Sydney yang selalu diupdate setiap hari.
2019-04-18 at 7.58 pm
thanks
2019-04-19 at 4.36 am
are you plugin still support newer wp version?
2019-04-19 at 7.33 pm
Nice Thank You
2019-04-21 at 7.51 pm
thankss
2019-04-22 at 5.30 pm
thanks for nice blog !
2019-04-23 at 9.36 am
un servicio técnico informático profesional de primer orden certificado por microsoft windows y macintosh osx para la reparación de todo tipo de ordenadores, pc, computadoras y portátiles a domicilio para empresas y pymes de todo madrid, servidores server y redes informáticas garantizadas.
2019-04-23 at 9.37 am
El posicionamiento en buscadores es tarea profesional de los seo, profesionales comprometidos con las páginas web de sus clientes que satisfacen las necesidades de colocar en primeros puestos orgánicos las webs de sus clientes
2019-04-23 at 9.38 am
Las tartas y los eventos son las soluciones con practicidad que todos deseamos y esperamos cuando tenemos un compromiso social y requerimos de comestibles que satisfagan las necesidades alimentarias a base de pasteles y organizar una boda, bautizo, cumpleaños o celebración especial.
2019-04-23 at 9.40 am
Los profesores de la escuela de música de pipo lópez son profesionales músicos de diferentes ramas de la enseñanza que, en su academia musical te enseñarán y donde podrás aprender desde el momento cero todos los acordes y a tocar cualquier instrumento musical fácil y cómodamente
2019-04-23 at 1.04 pm
The moment on a time, you went to the business office furnishings retailer with
a measuring tape and, if you ended up fortunate, a handful of images pulled from publications.
Right now, many thanks to advanced business office house setting up
software program, you can see your virtual business come to existence ahead of your eyes.
Go furnishings around without the need of
the significant lifting, control your paying for finances on a personal
computer monitor, and make the conclusion making procedure simpler.
Bringing structure strategies to lifetime, offering on time, and
on budget is critical to business administrators no matter if it is business enterprise relocation, an update with new place of work home
furniture, or the end result of business advancement.
Space planning and business layout using 3D AutoCAD provides
an prospect to assist sellers to converse initiatives from concept by
quoting and specification.
CAD is an acronym for Computer system-Aided Style and design. Utilised to produce detailed engineering layouts,
style and drawing of bodily constructions, objects and solutions, CAD enables a designer to generate and structure their design on display,
preserving it for long run reference and enhancing.
3 dimensional space setting up, specification, and picture-practical in depth
appearance software package tools are amazingly exact, trustworthy, and finish,
generating use of company details.
Business office house style and the furnishings that will fill the business
office, such as the community places this sort of
as the reception place, are strongly joined to a company’s image.
These important conclusions are rarely created by one person. Some individuals are superior at projecting how
home furniture will search from sample chips.
Others come across that hard. AutoCAD 3D drawings give them the prospect to see selections as realistically as achievable in advance.
CAD drawings can be printed out to produce a blue print and to produce a challenging copy of
a specific job. Conclusions on materials, wooden finishes, and paint hues as well as
the most beautiful styles from place of work furniture brand leaders can be visualized
in progress. This facilitates management consensus and ensures every person is delighted with the consequence.
Perry Arenson is President of Arenson Office environment Household furniture, a relatives owned workplace furniture supplier, was founded in San Diego, California
in 1975 by Bernie Arenson. Started off as a tiny retail store in the downtown area, Arenson Workplace Home furnishings is now a chief in the
market and one particular of the most significant business office home furniture sellers in the location.
2019-04-23 at 5.22 pm
thanks for nice article
2019-04-23 at 5.44 pm
چاپ مقاله isi
2019-04-24 at 9.51 am
Thanks… Good Luck
دانلود آهنگ خارجی جدید MP3
2019-04-24 at 6.17 pm
thanks for nice article
2019-04-27 at 5.56 am
fdtuernuy rt4 rturdurdt uyujru ruru
2019-04-29 at 11.21 am
test3
2019-04-29 at 11.22 am
test3
2019-04-30 at 12.28 pm
oh god, thank you, I was very impressed with the design that was very pleasing to the eye.
2019-05-01 at 2.03 pm
راهنمای نیازمندی های کودکان
2019-05-02 at 7.35 pm
thanks
2019-05-03 at 4.07 am
rajaremi adalah salah satu Situs Judi Online yang sudah terpercaya di Indonesia. Selain menyediakan permainan POKER yang lagi populer saat ini,
RajaRemi juga memberikan jaminan akan keamanan data-data akun Anda sehingga akun Anda aman dari
tindakan merugikan yang dilakukan oleh oknum yang tidak bertanggung jawab
Selain menyediakan permainan Poker Online, RajaRemi yang merupakan Agen Poker Online terpercaya dan terbesar di Indonesia
juga menyediakan permainan Bandar Ceme Online. Bagi Anda yang sudah bosan dikarenakan selalu bermain menjadi
player ditempat Agen lain maka disini Anda bisa bermain menjadi Bandar dipermainan Ceme Online
yang sangat mudah di menangkan.
DAFTAR !! SEKARANG JUGA Selain dari sisi pelayanan Customer Service yang ramah dan memuaskan,
banyak juga keuntungan yang bisa anda dapatkan ketika memutuskan untuk mendaftar dan bermain
di Situs Judi Poker Online RajaRemi BONUS CASHBACK MINGGUAN 0.3% DAN BONUS REFERRAL 20% Bonus Utama
dapat di dapat ketika mengajak teman Anda untuk bergabung dan bermain bersama RajaRemi. Sebagai situs
penyedia permainan Poker Online dan Ceme Online.
2019-05-03 at 6.52 am
my way got publish name green tea
2019-05-03 at 12.58 pm
saya sanget terharu dengan konten ini
2019-05-04 at 6.01 am
dapat di dapat ketika mengajak teman Anda untuk bergabung dan bermain bersama RajaRemi. Sebagai situs
2019-05-04 at 12.23 pm
detailed engineering layouts,
style and drawing of bodily constructions, objects and solutions, enables a designer to generate and structure their design on display
2019-05-06 at 7.51 am
VPS with 100% SSD & FREE cPanel/WHM.Best for wordpress & Ecommerce websites. Virtual Private Serverof just |VPS| is a Virtualized set of resources sold as services which have its own copy of Operating system and own resource management system so that any application may be installed independently without any hesitation and complexities.
VPS Hosting
2019-05-06 at 9.30 am
VPS is mostly preferred because it is a lot cheaper than the full dedicated hosting servers also VPS plans| of just VPS is a Virtualized set of resources sold as services which have its own copy of |Operating system| and own |resource management system| so that any application may be installed independently without any hesitation and complexities
VPS Hosting
2019-05-06 at 12.44 pm
Суть проста, как никогда:
У Вас в собственности или управлении сайт на тему авто-мото-транспортна(например: автосалон, автообзоры, сто, автомагазин, грузоперевозки, такси…) Вы имеете возможность повешать свой баннер, тем самым получить ссылку с тематической площадки…
Что ВАЖНО отметить – купить место под баннер можно довольно недорого, при этом заплатив 1 раз – Вы получаете “ПОЖИЗНЕННОЕ” размещение. Подробней можно ознакомиться непосредственно в разделе правил на баннерной доске avkto_ru/
Кроме того, профиль Вашей организации на доске баннеров – станет дополнительным плюсом в продвижении сайта вашей компнии, если умело использовать его.
2019-05-07 at 6.15 am
Get more with LiteSpeed and LScache supported platforms, relish most precisely engineered architecture to deliver you a clean and easy experience, unimigined 2.3x faster speed dedicated resources and cageFS and SSDs ensure 10.03x calculated performance then treditional in market techonologies wordpress, SiteLock, integrations pledge for your ease and security of your site .
Cloud-Hosting
2019-05-07 at 10.59 am
ادکلن ماه تولد
2019-05-07 at 11.02 am
سرکه انگور
2019-05-07 at 12.18 pm
Feel the power of Web technology with free cPanel/WHM. Virtual Private Server of just VPS is a Virtualized set of resources sold as services which have its own copy of Operating system and own resource management system so that any application may be installed independently without any hesitation and complexities.
vps-hosting
2019-05-07 at 1.07 pm
Create a successful business with Free WHMCS Billing System and start your automated Hosting Business. Reseller hosting is a set of resources that may be distributed to multiple users independently. With Reseller Hosting you have the power of providing hosting solutions without having the servers and data centers at all, with it you can create custom hosting plans, hosting infrastructure and you can use your own branding name in order to provide shared hosting to your customers.
reseller-hosting
2019-05-08 at 7.36 am
thanks for sharing this post…
2019-05-10 at 4.22 am
WordPress with cloud interface focuses on reusibility, ease , and inimization of complexity that you may face traditionally. backup and resotre complex techniques reduced to a single click. Migrating tools make sure of transmission of your valued data to a safer place, And no worries at all every tool are applied by default to free you from complexities of things you feel overtiring.
Cloud-Hosting
2019-05-10 at 5.02 am
VPS with 100% SSD & FREE cPanel/WHM.Best for WordPress & E-commerce websites. Virtual Private Server of just |VPS| is a Virtualized set of resources sold as services which have its own copy of Operating system and own resource management system so that any application may be installed independently without any hesitation and complexities.
2019-05-10 at 12.58 pm
All the plugins are very useful and helpful in my website. Thanks for sharing.
2019-05-11 at 11.49 am
thanks for sharing, very helpful.
2019-05-11 at 12.41 pm
I have been absent for a while, but now I remember why I used to love this web site.
Thanks, I will try and check back more frequently. How frequently you update your web site?
2019-05-12 at 4.10 am
All the plugins are very useful and helpful in my website.
2019-05-12 at 8.26 am
Terharu banget dengan artikel ini
2019-05-13 at 5.52 am
Check your exam result from here
2019-05-13 at 8.15 pm
I loved the post
Dança Árabe Grupo Nasser, São Paulo – SP
2019-05-14 at 12.48 am
Why did the Liberal Party of Australia call themselves liberal?
I have done a little bit of reading about the
party and they formed in 1945 to apparently combat the spread of socialism and communism.
It’s strange that Australia went that route because after WW2 the UK became more socialist.
The first elected government after the Second World War introduced the
NHS (National… show more Robert Menzies’s Liberal Party was centre right
and came from the remains of the United Australia Party.
The ALP at that time was well to the left. Post Menzies, both parties moved more to the right and since Hawke, the
Liberals have moved further and further to the right. The ALP now occupies the centre right that Menzies held while the Libs are far to the
right exemplified by Abbott. Turnbull should have moved
them back more towards the centre but he failed to change any of Abbott’s
policies except knighthoods and that is the reason the
Libs are so far behind in the polls. Moving further to the right as Cory Bernardi,
Erica Betz and others want to do will lose more voters than they pick up from Hanson and at the next election,
the Liberal Party will be lucky to win as many seats as the Nationals.
Bill Shorten is not my choice for PM and I would rather the ALP was led by someone else
but no-one is going to stir that pot. The ALP will win in a landslide at the next election despite the insane garbage
of Murdoch’s editorials and the far right shock jocks
like Hadley and Bolt
2019-05-14 at 3.37 am
Thank you for making me realize this. It’s great.
2019-05-14 at 3.38 am
This article is great. I like it very much. Thank you.
2019-05-14 at 12.43 pm
Our cloud hosting Pakistan offer stands out for its flexibility and user-friendliness. You configure the technical features yourself and, in doing so, select the individual components for your hosting; we then handle the entire server setup. What’s more, we also handle all updates – including all necessary security updates. In short, with the managed cloud, you enjoy the benefits whilst we do the work
managed-cloud-hosting
2019-05-15 at 2.47 am
Free shemale porn videos and largest free tranny tube porn site. We update our free Shemale XXX categories daily with Shemale porn and Shemale sex videos. New shemale porn everyday only at a Shemalexxx.mobi
2019-05-15 at 11.54 am
I like it very much and Thank you much
2019-05-15 at 1.31 pm
Thank you for making me realize this. It’s great.
2019-05-15 at 1.32 pm
I like it very much and Thank you much
2019-05-15 at 6.56 pm
Thank you for making me realize this. It’s great.
2019-05-16 at 1.34 am
aoncash adalah website perjudian online yang menawarkan platform. Layanan taruhan seperti pertandingan olahraga, kasino, dan sebagainya ke beberapa di Asia Pasifik.
Kami ingin memberikan pengalaman terbaik dalam taruhan pertandingan olahraga kepada seluruh pelanggan.
Cara Bertaruh di AONCASH.
Untuk memasang taruhan, anda harus login menggunakan ID rekening dan kata sandi anda. Jika Anda belum memiliki rekening, silakan klik tab” Daftar “untuk membuka rekening Anda.
2019-05-16 at 8.45 am
fundas transparentes
2019-05-16 at 8.55 am
diseños para fundas de celulares
2019-05-16 at 2.06 pm
Kami ingin memberikan pengalaman terbaik dalam taruhan pertandingan olahraga kepada seluruh pelanggan.
2019-05-17 at 2.26 am
INNOLIANCE
2019-05-17 at 2.32 am
LGBTQ+
2019-05-17 at 5.40 am
Всем привет. От 4 000 рублей за 20 минут, без вложений.
Показываю, как можно получить официальную работу в интернете,
со всеми отчислениями и совершенно белой зарплатой. Работа несложная,
в этом можно убедиться перейдя по ссылке, посмотрев само предложение.
На первом этапе Вам надо открыть зарплатную карту и перейти ко второму шагу,
непосредственной регистрации в проекте. Зарплатная карта нужна для того,
чтобы ускорить вывод заработанных денег. После регистрации в проекте и
выполнении несложных действий, занимающих около 20 минут, Ваш кошелек
пополнится пополнится на сумму от 4000 до 11000 рублей, всё зависит
от региона в котором Вы находитесь. После того как Ваша зарплатная карта
будет готова, необходимо будет получить и активировать её,
положив 100 рублей и пополнив с неё баланс своего телефона.
Как видите всё очень легко и просто и самое главное не требует от
Вас никаких вложений. После активации карты заработанные деньги получится вывести намного быстрее.
Подробности здесь: http://zarabotok.website
Ну вот вроде бы и всё. Успехов. Удачи. И больших заработков.
где заработать в интернете – http://4000.zarabotatinfo.ru
2019-05-18 at 5.01 am
thank you awesome article
2019-05-18 at 10.20 am
Thank you for making me realize this. It’s great.
Situs Poker Online
Bandar Poker Online Terpercaya
2019-05-23 at 9.29 pm
well all over we provide lock and key Services In Alpharetta Ga For car Residential and Commercial Car Locksmith Alpharetta
Locksmith Alpharetta
2019-05-26 at 2.41 pm
wE all In Atlanta GA
2019-05-27 at 2.27 pm
I like it very much and Thank you much
2019-05-28 at 7.29 am
thanks for sharing this post… awesome article
2019-05-30 at 5.46 am
very awesome…great
2019-05-30 at 7.47 am
I LOVE THIS!!!!!
2019-05-30 at 11.26 am
Judiviapulsa.com merupakan agen judi online pulsa hanya di https://www.judiviapulsa.com/
2019-05-30 at 1.01 pm
also visit and get alternative game links on my Asia website : http://linkpokers.com/
2019-05-31 at 4.28 am
Pretty portion of content. I simply stumbled upon your web site and in accession capital
to assert that I acquire actually loved account
your blog posts. Anyway I’ll be subscribing in your feeds or even I fulfillment you get right
of entry to persistently quickly.
2019-05-31 at 10.08 am
Thanks a lot for the article
2019-06-01 at 7.01 pm
download musics
2019-06-02 at 8.12 am
Wow, that’s what I was exploring for, what a information! existing here at this website,
thanks admin of this web site.
2019-06-02 at 2.24 pm
Thanks a lot for the article
2019-06-02 at 2.25 pm
Thanks!
2019-06-02 at 6.02 pm
great job thanks
2019-06-03 at 8.29 am
great job best of luck
2019-06-03 at 8.34 am
its a nice post
2019-06-03 at 1.16 pm
It’s very good article. We don’t have
Quotes to personify mundejob
2019-06-03 at 3.48 pm
Hello
It was good
I happened to come from Google here
Send me here for my friend
Like / Thank you
Thank you
2019-06-05 at 4.31 am
thank you i like this forum best regards
2019-06-06 at 7.41 am
Thank you for the good writeup. It in fact used to be a
amusement account it. Glance complicated to far delivered agreeable from you!
However, how could we be in contact?
2019-06-06 at 7.43 am
This article is great. I like it very much. Thank you.
2019-06-06 at 7.44 am
great job best of luck.
2019-06-06 at 7.45 am
I like it very much and Thank you much
2019-06-06 at 7.46 am
thank for this post for improve info
2019-06-06 at 2.21 pm
Best UoN students awarded https://alumni.uonbi.ac.ke/2019/05/10/best-uon-students-awarded/
2019-06-07 at 1.15 am
many thanks a good deal this amazing site can be conventional in addition to relaxed.
2019-06-09 at 12.06 pm
thank for this post for improve info
2019-06-09 at 12.07 pm
great job best of luck.
2019-06-09 at 12.09 pm
thnx
2019-06-09 at 3.41 pm
Indian Youtube Downloader App Online
2019-06-09 at 6.20 pm
This is really attention-grabbing, You’re an excessively professional blogger.
I have joined your feed and look ahead to looking for more
of your magnificent post. Also, I’ve shared your web site in my social networks
2019-06-10 at 4.24 am
This is the right site for anyone who would like to understand this topic.
You realize so much its almost hard to argue with you (not that I actually will
need to…HaHa). You definitely put a fresh
spin on a subject which has been written about for
decades. Wonderful stuff, just excellent!
2019-06-10 at 12.37 pm
Wonderful blog with an amazaing piece of content, thanks for sharing this post.
2019-06-10 at 9.13 pm
tes
2019-06-10 at 9.13 pm
teeeeeees
2019-06-10 at 10.37 pm
Hey / Thanks
keep up this work
I read your post its very very good best post
Thanks
2019-06-11 at 11.24 am
thanks for sharing this information, I really apreaciated it
Please kindly check our products also:
Data HK
Hongkongpools
2019-06-12 at 1.12 pm
بعضی اوقات خرید لوازم جانبی برای یک کالا به اندازه خرید خود محصول حائز اهمیت است. برای مثال خرید لوازم جانبی گوشی به اندازه خود گوشی برای کاربران اهمیت دارد. فروشگاه اینترنتی استایل آپ مرجع تخصصی معرفی، بررسی و خرید لوازم جانبی و اکسسوری است. تمامی محصولات موجود در فروشگاه اینترنتی استایل آپ لوازم جانبی و اکسسوری به حساب میآیند. با تمرکز بر روی دسته محصول لوازم جانبی و اکسسوری میتوان هم اطلاعات دقیق و جامع برای کاربران فراهم ساخت و هم به به مسائلی پرداخت که هنگام خرید این دسته محصول اهمیت بیشتری دارند. دسته بندی اصلی شامل خرید لوازم جانبی دیجیتال، اکسسوری ماشین و منزل، پوشاک، مد و زیورآلات است. امیدواریم در طی زمان با تکمیل محصولات خود بتوانیم نیاز کاربران در هنگام خرید لوازم جانبی را به طور کامل پوشش دهیم. از انواع لوازم جانبی دیجیتال میتوان به ساعت هوشمند و لوازم جانبی و در کل تمامی گجتهای پوشیدنی، هدست واقعیت مجازی، خرید لوازم جانبی گوشی موبایل و در آینده نزدیک لوازم جانبی تبلت، لپ تاپ و کامپیوتر اشاره کرد. در دسته بندی ساعت هوشمند با تمرکز کامل بر روی خرید لوازم جانبی ساعت هوشمند و تهیه اطلاعات فنی دقیق توانستهایم تا حدی بدین منظور دست یابیم. برای گوشی موبایل با ایجاد دسته بندی بر اساس برند و مدل اسمارت فونها، سعی در تسهیل خرید لوازم جانبی گوشی را داشتهایم. برای مثال در قسمت خرید لوازم جانبی آیفون بر اساس تک تک مدلها لوازم جانبی هر گوشی به طور اختصاصی جمع آوری شده است. برای برندهای دیگر خرید لوازم جانبی سامسونگ، هواوی، ال جی، ایسوس، اچ تی سی، موتورولا، نوکیا، سونی و … بر اساس مدل گوشی دسته بندی شدهاند. دومین بخش عمده تمرکز بر دسته اکسسوری شخصی بوده است. زیورآلات و جواهرات از قبیل دستبند، گردنبند، گوشواره، انگشتر و … تولید شده توسط برندهای خارجی و ایرانی از جمله محصولات سایت استایل آپ هستند. کارشناسان استایل آپ به تدریج مجموعههایی از محصولات را تحت عنوان ستهای اکسسوری با در نظر گرفتن کارایی و بحث استایل جمع آوری و عرضه خواهند کرد. اطلاعات و مشخصات دقیق محصولات در کنار توصیههای کارشناسان میتواند در ساخت استایل دلخواه هر کاربر مفید باشد. همچنین لجستیک توانمند مجموعه و پشتیبانی قبل و بعد از خرید میتواند به ایجاد تجربهای خوب و خاطره انگیز از یک خرید اینترنتی منجر شود. تلاش تمامی مجموعه استایل آپ رسیدن به این مهم است و تک تک اعضا در این مسیر تلاش میکنند. به وسیله تماس با ما از راههای ارتباطی و یا شبکههای اجتماعی و ارائه نظرات، انتقادات و تجربیات ما را مفتخر میسازید. امیدواریم از تجربه خرید از استایل آپ لذت ببرید.
2019-06-13 at 12.18 am
oh god, thank you, I was very impressed with the design that was very pleasing to the eye.
bermain di pokerrepublik
2019-06-13 at 3.22 pm
oh god, thank you, I was very impressed with the design that was very pleasing to the eye.
2019-06-14 at 2.08 am
all we needcis what we do for
2019-06-14 at 2.13 am
Pro Locksmith Services In Cumming,Ga
Cumming Locksmith
Cumming GA Locksmith
Locksmiths In Cumming, GA
2019-06-14 at 3.17 pm
Perfect!thanks for this post!
2019-06-14 at 8.15 pm
Hey / Thanks
keep up this work
طراحی سايت در کرج
2019-06-15 at 2.12 am
eaⅽh time i useԁ to reɑⅾ smaⅼler articles or reviews ԝhich аs well clеаr their motive, and
that iѕ ɑlso happening ԝith this post which I am reading here.
Му wweb paɡe … cleaning products tested – bit.ly,
2019-06-15 at 3.11 am
آگهی رایگان, نیازمندیهای رایگان, درج آگهی رایگان, ثبت آگهی رایگان, ارسال آگهی رایگان, ثبت آگهي استخدام, سایت درج آگهی, آگهی اینترنتی, درج اگهی استخدام, ارسال آگهي استخدام, ثبت آگهی خودرو, درج اگهی مسکونی, خرید و فروش ماشین, سایت تبلیغات رایگان
2019-06-15 at 6.52 am
The very nice and very valuable blog you have shared here thanks for sharing such an informative blog keep posting and update new thing.
2019-06-18 at 1.07 am
Ini ialah- salah-satu argumen ini jikalau untuk seorang yang bisa mendapatkan agen judi poker. Yang berlainan yang ada di dalam pengalaman
2019-06-18 at 1.08 am
Serta untuk kesempatan untuk semuanya sebagian permain judi poker online tida juga akan berkunjung ke bebrapa. Web judi poker yang berdasarkan anda itu tak bagus untuk dikunjungi web. Itu yang ada mencurigakan
2019-06-18 at 1.09 am
Anda bisa juga menerima sedikit info dari judi poker online terpercaya yang semacam itu baik serta dari pojok pandang orang yang tak sama
2019-06-18 at 1.12 am
Anda bisa juga lakukan transaksi dengan menggunakan dunia online banking, anda sudah dapat lakukan metode deposit yang anda berkeinginan, anda juga tidaklah perlu membawa uang dengan jumlah yang besar untuk lakukan pengisian deposit untuk bermain.
2019-06-18 at 1.13 am
mungkin saja anda bisa lihat ada langkah beda yang berlainan di segala dunia, serta kami akan mentindaklanjutkan tata tertib yang berlaku pada permainan judi poker online
2019-06-18 at 1.16 am
Tetapi anda sudah memainkan permainan judi online ini jadi anda pastinya akan mengenal sebagian web judi online yang semacam itu banyak mengedara kemana saja serta ada pula yang baru dijadikan. untuk dikala ini bebrapa
2019-06-18 at 1.18 am
web laman yang anda kenali ini sudah berkembang serta banyak dimainkan oleh orang.
2019-06-18 at 10.05 am
Keep working ,impressive job!
2019-06-18 at 1.05 pm
thank you
2019-06-18 at 1.53 pm
البته که سامسونگ یکی از برندهایی است که محبوبیت بسیار زیادی در نزد کاربران دارد. بهطوری که با وجود برندهای معروف و قدرتمند دیگر، هنوز هم بسیاری از افراد هستند که گوشیهای سامسونگ را ترجیح میدهند. گوشی سامسونگ گلکسی A30 در ماه فوریه سال 2019 به مردم معرفی شد. گوشی گلکسی A30 دارای یک صفحه نمایش لمسی خازنی Super AMOLED با 16 میلیون رنگ میباشد. این گوشی یک صفحه نمایش 6.4 اینچی دارد که از فنآوری محافظ کورنینگ گوریلا گلس 3 برای محافظت از آن استفاده شده است. A30 یک میانرده نسبتا لوکس بوده که از سبک طراحی ناچ بهره میبرد. گلکسی A30 نیز یکی از گوشیهای دارنده دوربین دوگانه است. دوربین 16 و 5 مگاپیکسلی این گوشی، همراه با دوربین سلفی 16 مگاپیکسلی باعث خوشحالی بسیاری از کاربران شده است. تراشه اگزینوس 7904 مجهز به پردازنده 8 هستهای این گوشی، در کنار اندروید 9.0 پای برخی دیگر از ویژگیهای نرمافزاری این گوشی میباشد. اگر یکی از افرادی هستید که موضوع قدرت باتری برای شما مهم است، بهتر است بگوییم A30 با داشتن یک باتری 4000 میلی آمپر ساعتی نگرانی بسیاری از افراد را برطرف کرده است. با توجه به قابلیتهای این گوشی، خرید لوازم جانبی A30 نیز میتواند کاراییهای خاصی را به گوشی شما اضافه کند که در ادامه به آن اشاره میشود. افزایش ایمنی با خرید بهترین لوازم جانبی گوشی موبایل سامسونگ Samsung Galaxy A30. با توجه به محبوبیت این گوشی، خرید لوازم جانبی سامسونگ A30 نیز نباید فراموش شود. از آنجایی که امروزه از گوشیها به عنوان بانک ذخیره اطلاعات استفاده میشود، افزایش ایمنی آن بسیار مهم است. بنابراین خرید لوازم جانبی A30 یکی از مهمترین اقداماتی است که نباید فراموش شود. با توجه به تنوع موجود در لوازم جانبی A30 از جمله کاور گوشی سامسونگ A30، قاب سامسونگ A30، گلس A30، کیف A30 و غیره، گاهی اوقات انتخاب بهترین مدل و برند سخت میشود. با کسب اطلاعات در این زمینه و بدون توجه به قیمت خرید لوازم جانبی گوشی موبایل سامسونگ Samsung Galaxy A30 بهترین انتخاب را برای حفظ ایمنی، افزایش کارایی و زیبایی گوشی خود انجام دهید.
2019-06-19 at 1.59 pm
There is certainly a lot to learn about this subject.
I love all of the points you have made.
2019-06-20 at 9.08 am
Thank you so much.
2019-06-20 at 11.06 am
very nicee
2019-06-20 at 11.07 am
سئو سایت
2019-06-20 at 11.10 am
کارت ویزیت
2019-06-20 at 11.11 am
طراحی لوگو
2019-06-20 at 11.12 am
طراحی وب سایت اختصاصی
https://boyemehr.com/blog/education/website-ekhtesasi/
2019-06-20 at 11.13 am
طراحی وب سایت
2019-06-20 at 11.19 am
seo karaj
2019-06-21 at 4.31 am
دانلود آهنگ نوروز اندی
2019-06-21 at 4.35 am
دانلود مولودی نیمه شعبان
2019-06-21 at 4.38 am
دانلود مولودی نیمه شعبان 98
2019-06-21 at 4.46 am
ادکلن های محرک
2019-06-21 at 4.48 am
معرفی ادکلن های محرک و جذب
2019-06-21 at 5.04 am
ادکلن های محرک و جذب کننده
2019-06-21 at 5.05 am
ادکلن های جذب کننده
2019-06-21 at 7.18 pm
دو ویژگی خوب در اجاره روزانه منزل مبله در تهران
اولین قضیه که برای کرایه روزانه خانه مبله در تهران پونک قابل ذکره فضای کاملا منحصر به فرد این خانه مبله هستش. تمامی در و دیوار این واحد گل و گیاهە. اونم گلهای طبیعی. یه بالکن نورگیر داره که تماما از گل و گیاه طبیعی آکنده شده. ما هم انتظار داریم شما مسافران عزیز بهشون توجه کنید. یعنی بعد از تشریف آوردن بهشون آب بدید و از ضربه زدن بهشون خودداری کنید. البته همیشه همین طور بوده و از این بابت ممنونیم.
بحث بعدی که پیش میاد قیمت و زمان کرایه هستش. کرایه روزانه منزل شبی 350 تومانه. خوب تا اینجاش که عادیه. ولی اگه به ماهانه تغییر پیدا کنه قیمت خیلی مناسب میشه. اجاره خانه مبله در پونک در غرب تهران به صورت ماهانه تنها 6 میلیون و 500 هزار تومان هستش. بله تنها 6 میلیون و 500. یعنی قیمت برای این واحد تر و تمیز و دلباز شبی به 200 هزار تومان تنزل پیدا میکنه. دلیلش هم اینه که ما کرایه اصلی رو به صورت ماهانه برای این واحد در نظر داریم نه روزانه. البته به این معنی نیست مه روزانه کرایه نمیدیم. کرایه منزل هم روزانه و ماهیانه میباشد.
2019-06-21 at 7.20 pm
منطقه و مکان خانه مبله ما
یه نگاه کلی به محدوده منزل روزانه پونک خالی از لطف نیست. همان طور که طبق نقشه زیر ملاحظه میفرمایید خانه کرایه ای مبله ما در تقاطع اشرفی اصفهانی و سیمون بولیوار قرار گرفته. دست راست حرکت کنیم به سعادت آباد میرسیم. دست چپ هم به جنت آباد شمالی. در خیابان چمران کوچه هایی به نام ارغوان قرار دارند که منزل مبله ذکر شده در یکی از آنها قرار گرفته است. شما عزیزان هم در جریان هستید که این منطقه فاقد تجمعات اداری و خرید است. به همین دلیل دور از ترافیک و شلوغی هستید. از این دو مهمتر هوای پاک جایگزین دود ماشین شده است. ولی در عوض برای رسیدن به بیشتر ساختمان های دولتی باید مسافتی را به سمت مرکز شهر طی کنید.
2019-06-21 at 7.37 pm
پارچه تور پولک دوزی شده که جزو پارچه های توری طبقهبندی میشه پرطرفدار میباشد. از حق هم نگذریم زیبا و جذاب هست. جذابیتش هم برمیگرده به زرق و برقی که از از پولک ها ساطع میشه. این درخشش زیبا و جذابه. خانمها هم که بیشتر از آقایان به این موارد اهمیت میدن و جزئی نگرتر هستند پس این درخشش رو مد نظر دارن. جنس تور هم عادی نیست. توری کشی هست. نتیجه میگیریم جنسش خوب و مناسبه. در ویدیوی کوتاه زیر این درخشش رو به خوبی میبینیم.
2019-06-21 at 7.39 pm
خوب در کل قیمت در میرداماد از هر نظر بالاست. برای املاک و ساختمان هم همین طوره. اجاره هم همین طور. ما اپارتمان مبله رو یک دست اجاره میدیدم. پس نرخ واسطه گری بهش اضافه نمیشه. یعنی قیمت ما در کل پایین تر از نرخ عادیه. قیمت اجاره روزانه آپارتمان مبله در میردام