devmohsh
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP Posts-FB Notes] Feedback & SuggestionsYou are in, a confirmation email must be in your mailbox, if encounter some problems ask to me
:S i did not recive any email from you till now !
OK, now you can code free with <? ?> instead of <?php ?>, but prepare you when PHP 6.0 will launched: the <? ?> will be not recognized from the interpreter by default
thx, i will change all the open tag to use <?php
Regards
Forum: Plugins
In reply to: [Plugin: WP Posts-FB Notes] Feedback & SuggestionsHi Stefano,
currently i have not 5.3.1 environment to test the plug-ins and solve the problem, you can add me on [email protected] or install test blog so i can solve the error, i will try to install php 5.3.1 on my localhost server.
Regards
Forum: Plugins
In reply to: [Plugin: WP Posts-FB Notes] Feedback & Suggestionsð thx very much Stefano
you can send it to my paypal email ([email protected])
i will create a donate page tonight
Thx again
Forum: Plugins
In reply to: [Plugin: WP Posts-FB Notes] Feedback & SuggestionsHi Stefano & Reezo,
I solved many bugs in the connect process, even in the administrator panel or in the widget in the front end
you can test it know ð
Reezo, once you activate the front-end widget, the Facebook connect button will appear, and the Facebookers will be able to register and comment and give you the required permission to sync their comment in the Facebook notes and links ð
the next step is to sync another type of content like Photo albums, what do you think ?
ð i hide a surprise, and hope that i can finish it very soon
Regards
Forum: Plugins
In reply to: [Plugin: WP Posts-FB Notes] Feedback & SuggestionsHi Reezo, and thanks for suggestion
you can test the 1.1 version, i add the links sync, so that you can sync the wp posts with a fb notes and multiple fb links
i have many things and ideas in my to do list, and i will be happy if their are any other suggestion.
feel free to ask about any feature related to wp and fb not only in the sync area.
Regards
Forum: Plugins
In reply to: [Plugin: WP Posts-FB Notes] Feedback & SuggestionsHi everyone,
sorry for my late, i will continue develop the plug-in, and more feature will coming soon
hope you test the new version and tell my what happen with u
Regards
Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Problem with UTF-8 nameshi norozzad
this is not the best way, we can simply go to the authors page in the feed settings and map the UTF-8 name to a new english one, then we can change the nickname to the UTF-8 so every thing will be ok without using a 3rd party.
but i add this here to be done Automatically by the script not manually every time ð
Forum: Plugins
In reply to: [FeedWordPress] FeedWordPress and Post Thumbnailsi use this function to get the first image from the imported entries
function get_first_image() { global $post, $posts; $first_img = ''; ob_start(); ob_end_clean(); $output = preg_match_all('/<img.+src=[\'"]([^\'"]+)[\'"].*>/iâ, $post->post_content, $matches); $first_img = $matches [1] [0]; if(empty($first_img)){ //Defines a default image $first_img = â/images/default.jpgâ; } return $first_img; }Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Problem with UTF-8 namesI detect a new bug
if we register a feed from wordpress blogs and it work in some type of permalinks, then the authors change the permalinks settings from their blog, the plug-in will generate an error and cannot parse the XML file
for example
i get this post
http://www.bourb.org/2010/07/23/my-gaza/after that i change the permalinks to work like
http://www.bourb.org/?p=857if i delete the sync post and update the feed again it will not import it never read the rss feed
the second problem is that you did not save the guid from the rss and only take the permalink, so if the plug-in read the rss file it will generate a new posts from the same original posts, is not it ?
Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Problem with UTF-8 namesI found some other bugs ð
the first one, when you have a big number of feeds, the sync process will crash because of the memory usage, so you must free the memory resource after every feed finished
the second problem is than we can add the feed many time, it will be more easy if you add a check to remove the duplication
thx alot
Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Problem with UTF-8 namessorry for my late ð
there is some URLs from wordpress.com and blogger.com
http://ibashar.wordpress.com/feed/
http://mne7.blogspot.com/feeds/posts/defaultthese is a special case where the Arabic user contain “-” so the plug-in will generate a user witch name “-” only !!
http://www.shbbk.com/wp-admin/admin.php?link_id=6&page=feedwordpress/feeds-page.phpi try the Unsubscribe feature and choose :Delete this syndicated link and all the posts that were syndicated from it
but nothing deleted !!i don not know if it always happened or only for the arabic and other UTF-8 charset
ð thx alot
Forum: Plugins
In reply to: [Plugin: WP Posts-FB Notes] Feedback & SuggestionsHi bushtool,
“user id” mean your facebook account id not the application.
please install the lastest version “0.4.5”, go to manage pairs tab and reset the pairs, then you can auto detect the pairs or specify them manually.
it is high recommended to install SFC
http://ww.wp.xz.cn/extend/plugins/simple-facebook-connect/if you still have any problem let me know
Regards
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] Request for Special Permissions problemHi Otto
thx i found in in Advance tab not in connect ð
it work fine now
regards