Hello
i tried to use you`re plug-in, but it want work on a godaddy hosted server. Any ideas to resolve the problem? I used the setup as you described in you`re tutorial bt still no functions
Hi,
I love this plugin, thanks for your work!
I just wondered if it's possible to add a URL to my blog as a signature. I want to use the plugin to post to my Posterous (http://posterous.com ) site but have it include a link back to my WordPress blog. If necessary, it could go in the code because once set, I would never need to change it.
Hi,
I found that the problem was Posterous not your plugin! Posterous did not like the horizontal rule. I removed it and adjusted the code a little. You can see the result at http://mejamie.com
Thank you!
Hello,
Thank you for the awesome plugin. I actually have it working with Vox, Multiply and Posterous, but I can't get it to work with my Microsoft spaces blog. Can you confirm for me....should the email encoding be set on "none". I tried a couple different setting, but it never went through.
thank you a lot for the great plugin . But it seems not to work with the latest version of WordPress 3.0 any more. Is it maybe possible to fix that? This would be fantastic!
十分感謝你的更新!這下用起來就很方便了~!多謝多謝!
你好,您的插件真的很不错,但是我每次转发到blogger标题都会乱码,应该怎么办?能否mail告知?谢谢
可以試著去改變 email encoding 試試看。
而且,您前端的 WP 是否用 UTF8? 若用 CN 編碼,可能要改一下程式內容了。
Hi,谢谢您耐心的解答,是Utf-8编码的,可是标题就是乱码encoding试过base64/none都不行,请问您用的是何种编码?我键入的标题和正文都是简体字,但是正文却是正常的,请问是否完全支持简体字呢?如果不支持,可否考虑添加支持?不胜感激
如果是 UTF-8 的話,就無關正體、簡體的問題。
強烈懷疑 mail server 的問題,
可以試試 SMTP 設定,由其他 mail server 寄看看。
不幸的是包括godaddy在内的很多国外主机都不支持socket,也就无法支援远程的smtp发信,唉~真郁闷了
我還真不知有限 socket 的
所以,在 shell 下也不能連到其他地方 ftp or telnet 的? 真怪.
8bit/7bit 等都有試過了? 就怕它們只支援 7 bit. 就沒辦法了吧。
好受打击…刚才试了剩余编码…7/8bit直接全部收不到…剩下的依然乱码…建议加个test按钮,以便user测试
嗯,好像是用防火墙封的,外部的smtp全部链不上
Ps:我用的godaddy的空间,空间默认不支持socket和php-imap有没有办法手动通过php.ini启用?
這個預設即用 php.ini 的 mail() 來跑的,若不行,
後來的版本也有支援 SMTP 方式來跑。
对了,Godaddy等share hosting的发信方式是不经加密的通过本地服务器发送的(smtp的加密方式是none,而不是Gmail所用的ssl/tls,具体您可以参考搜索引擎),请问是不是有影响?如果需要协助,您可以email联络我
Hello
i tried to use you`re plug-in, but it want work on a godaddy hosted server. Any ideas to resolve the problem? I used the setup as you described in you`re tutorial bt still no functions
hmm. William has some problems on godaddy hosted server.
From William's message, and I just have idea about godaddy that has firewall to restrict connection via SMTP.
You can try to setup the email address to your "normal email address" to verify whether the post is sent.
Hi,
) site but have it include a link back to my WordPress blog. If necessary, it could go in the code because once set, I would never need to change it.
I love this plugin, thanks for your work!
I just wondered if it's possible to add a URL to my blog as a signature. I want to use the plugin to post to my Posterous (http://posterous.com
Any ideas?
Thanks
Hi,
I found that the problem was Posterous not your plugin! Posterous did not like the horizontal rule. I removed it and adjusted the code a little. You can see the result at http://mejamie.com
Thank you!
谢了!
使用视频采集发布的时候总是发布标题,内容是空的,用feed那种文字的一半都没事,就是视频,没有内容,如果换成是手动发布的视频内容,是可以发布的,但是一用采集就不行了。请帮忙看下,我用的 P*H*P #M#yV*i*d*e*o*B*l*o*g*, thanks
抱歉,不太懂您說的「视频采集」
把youtob上的热们视频通过wp的采集到本地,然后自动发布到博客上,发布博客同时,也会同时发布到电子邮件。正常情况下电子邮件是应该跟发布内容一样的,现在问题是,blog的文章跟email的发布是不一样的,blog上有视频,但是email接受的文件只有标题。
http://depositfiles.com/files/wgsnwilu4
这个是我说的那个视频插件,你可以下载下载下来,然后用搞个视频发布下,在设置email接受看下,email只能看见标题,内容是空的
不知道是哪里有问题
这么久了,还是没有回复
Sorry. 最近忙不過來,要過好一陣子看有沒有空閒了。
我对php不是很熟悉,发现大概问题所在: 因为使用的是插件,所以当插件运行的时候估计post函数不匹配,当用手动发布同样的内容,则可以正常,所以猜想有也许有两种方法可以更改,我推论:第一种方法是延迟发布时间,当完全发布完文章以后几秒或者几分钟在发布。第二种好像是直接修改post函数。
相对说第一种比较简单,可是我不知道怎么改啊,请教阿亮同学,可否告知在哪里插入什么代码?
1. 延後發布的機制,是關於 Cron 的機制,Wordpress 本身沒提供。至少這是屬於系統層面去設定的,不是 AP 層,所以,這個反而不好做。
想像一下,如果您設定一天後發布文章,若兩天內都沒有人瀏覽該文章網頁,該事件就不會在你設定的一天後被觸發了。
2. 我不太懂您所謂的 post 函數不匹配的意思。
post函数是我个人认为的,其实我也不明白
具体分析了下我的使用情况,不知道对不对,小弟请教了
在使用上边那插件的时候发生的情况
[videodescription]
//这个完全可以发布
<p>
<center>
[videoplayer]
// 上边这些就不能发布了
</center>
</p>
通过上边代码执行,不太明白,为什么第一行代码已经发布了,而没有发布<p>以下的,要如何修改才能发布 [videoplaer] 这个东西啊?
Hello,
Thank you for the awesome plugin. I actually have it working with Vox, Multiply and Posterous, but I can't get it to work with my Microsoft spaces blog. Can you confirm for me....should the email encoding be set on "none". I tried a couple different setting, but it never went through.
Thanks much,
Doug
Try "base64" for spaces blog.
你好,请问一下。我用的Godaddy 空间 ,怎么设置电子邮箱发布wordpress文件啊。空间支持吗。请看我的网站,希望可以得到答复。谢谢
每個 web 空間提供的都不一樣,您可能要看一下 Godaddy 的 FAQ 或 Wiki 說明。
一般若有支援,你先設成您自已的 email,然後,隨便發布一篇,若有寄出來,那就是有支援了。
你好,很喜欢你做的很多插件,其中DJ EmailPublish
进行升级?
是我最喜欢的。由于我要同步一个wp和spaces,所以我想问问您是否可以将DJ EmailPublish
就像Live Sync(MSN Sync Modified)那个插件一样,可以在转发文章过程添加一些信息,比如原帖地址什么的?
Sorry. 比較沒空弄這個了。
建議原始檔找出 "Original" 那段程式,直接改,比較快。
好痛苦,我安装了以后,分别发送到msn──不成功,另一个WP──不成功,而费用测试的gmail却成功了……这是为什么?求助阿
注意那封寄到 gmail 信,查看 "Detail Header",看 From: 是否和您認知的來源一樣。
经过研究明白了发送的Return-Path: < xx @ xx.xx >,发现我的邮箱需要重新设置,但是现在wordpres还是同步不了,
我已经用postie设置好了,并用Return-Path: < xx @ xx.xx >注册了一个用户,这是为了宝成插件能够完成邮件抓取。但是
我设置的Google App的邮箱,也就是XXX@ myname.com,但是email publish发送的邮件G App邮箱却没有收到……,很奇怪不知道为什么!??!求助,发送去别的gmail可以收到
在线等……
不太瞭您所遇到的問題
我发现google app不能登录了
折腾的很郁闷!
Hi,
thank you a lot for the great plugin
. But it seems not to work with the latest version of WordPress 3.0 any more. Is it maybe possible to fix that? This would be fantastic!
Thank you very much.
thank you for your respond.
I will try it later.