Embed url

Evert Andersson Posted in Technical Support 9 years ago

hi there everyone! i have a little problem with the ossnembed module.
links in general work to post at the wall, but when i post google/youtube video i only get an blank post. see my added screenshot!

any solutions?

screenshot

running ossn 2.3 with ossnembed enabled and not altered!

Replies
gb John Hoban Replied 7 years ago
.ossn-wall-item-type {
display: inline-block;

}
.ossn-wall-item p,
.ossn-wall-item .friends {
display:inline-block;
}

is what it has now ..

gb John Hoban Replied 7 years ago

@ Zet Man

vielen dank :)

German Michael Zülsdorff Replied 7 years ago

A fix has been applied already and will be available with the next update.
See:
https://github.com/opensource-socialnetwork/opensource-socialnetwork/commit/311a00fdaac5bc7c9320248bc187148c80711a51

gb John Hoban Replied 7 years ago

make a copy of the goblue theme first and play with that ....

gb John Hoban Replied 7 years ago

I know that this is old, but the problem is that the video embed is in the <p> of the .ossn-wall-item .post-contents.
line 309 of /your-theme/plugins/default/css/core/default.php ... really css, not php

change to this

.ossn-wall-item .post-contents p {
/** Incorrect Hyphenation in the theme GoBlue 3.0 #824 **/
word-break: break-word;
text-align: justify;
display: block;
width: 100%;
}

that will fill the post-contents class with the <p> element.

I just did it now, and haven't yet tested fully, only became aware of ossn yesterday, but it looks good.

Evert Andersson Replied 9 years ago

No one? :(