glitch when posting links to site media urls in comments/posts
Using Jamroom
if you didnt use the link button at all, Media URL scanner would convert that into a nice card for the link with info about where the link goes to and whats there. all that info, we're calling a 'card' or a 'media card'.
Like an index card of what is at where the link is pointed to.
like when you put a youtube link in and it converts it to a player.
Its the use of the button thats getting in the way in this situation. by using the button the clicker is adding extra HTML to the link that the system isnt expecting. The system is expecting the user to paste in html links, then expecting that other users will want to click on them, so the system is converting the links it finds into clickable links. but in this case there are 2 links and the systems clash. need to fix this.
Your first answer answers my question. I know how it should be when its fixed now. thanks.