Use this code
git fetch # Grab the latest code from the NodeBB repository git checkout v3.x git reset --hard origin/v3.xAnd you will have the latest version without specifying it
https://docs.nodebb.org/configuring/upgrade/
@cagatay Yes. That’s all you need. iFramely will handle the rest.
@phenomlab your spotif link is not playing, user should go to spotify web site to listen it when played the video
.
@cagatay That’s because Spotify does not permit cross site embeds. There’s nothing you can do about that.
@phenomlab ah okey thank you. podbean or other player also like it? i dont want to my user go out my site when they are playing it
@cagatay It’s a common approach for providers to do this. They do not like “hotlinking” and prefer you to visit the site directly. Some YouTube videos will also be like this.
@phenomlab understood thank you.
@cagatay That works. The good thing here is that iFramely forces the link to open in another tab, so technically, they do not leave the site.
@phenomlab so we can not add like embed code as player to nodebb right?
@cagatay You could experiment with nodebb-plugin-ns-embed
but I expect the x-origin
tag on the remote site to prevent playback.