@ufan0 said in Excuse me, how to set a nodebb two domain address.:
Like this? it works.
root@xxx:~/xxx# cat config.json { "url": "http://xxx.com", "url": "http://www.xxx.com", ... }
This is wrong,please don't be misled by me,sorry.
Hello. This is definetely a dumb question because I still don't know how to follow Iframely's docs. How do I set it up with NodeBB and/or use it with nodebb-plugin-iframely?
How do I set it up with nginx (Do i need to)?
Thanks for your help
@dunlix said in How do I set up Iframely:
I still don't know how to follow Iframely's docs. How do I set it up with NodeBB
Same thing here
@phenomlab Thank you very much for your sincere help.
For anyone else looking to get a self-hosted version of iFramely installed, I've put together the below guide
https://sudonix.com/topic/331/how-to-install-a-self-hosted-instance-of-iframely-for-use-with-nodebb
and here I had some suggestions to improve the look of iframely embeds...
@crazycells said in [nodebb-plugin-iframely] IFramely Embeds:
Hi everyone,
If you are self-hosting free iframely, but not happy with how big it looks, unlike the paid one. Here is the most current CSS changes we use for the iframely.
It is still not as pretty as the original iframely embeds, but I believe it is way better than the default one.
Feel free to change/edit it as you like:
.iframely-link .iframely-container { .img-responsive { height:120px !important; width: auto !important; overflow: hidden !important; } .iframely-meta { display: none !important; } .media { float: left !important; padding: 0 5px 0 0 !important; } .media-heading { margin-top: 5px; margin-bottom: 2px; } .description { position: relative !important; top: 10px !important; } .panel-iframely .iframely-embed .one-line { white-space: normal; } .panel-body { padding: 5px; } }