Creative Commons License Code

Hello :wave:

I want to paste the Creative Commons license code in my app, so that the license logo can appear on the screen. Can it be done? What components are needed?

What license code do you mean? Can you post an example? Is it a url? An image?

If it’s embedded code like HTML, then you’d have to use a Web Viewer. But a little more detail here will help…

image

Yes that’s right, it’s HTML code. So should I use Web Viewer?

Personally, I would parse that to get the “src” value which is the url for the image and then assign it to an Image’s picture. But if you need the full html then yes, you’d need to use the Web Viewer.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.