Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ted.com module #34

Closed
techtek opened this issue Sep 7, 2017 · 1 comment
Closed

Add Ted.com module #34

techtek opened this issue Sep 7, 2017 · 1 comment
Milestone

Comments

@techtek
Copy link
Owner

techtek commented Sep 7, 2017

Ted.com module

Tests results:

  • Ted.com videos play ok (automatic in best quality) tested on the rpi2 and orange pi pc+

-(issue) When loading the module and it url Ted.com, the website will jump out of the iframe and forces itself out of the SteemPi interface.

<!DOCTYPE html>
<html lang="en">
<head>
    <title>STEEMPI | A system for Steemit</title>

    <meta charset="utf-8"/>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <meta name="viewport" content="initial-scale=1,minimum-scale=1,width=device-width">

    <!-- Stylesheets -->
    <style>
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        html, body {
            height: 100%;
            overflow: hidden;
            width: 100%;
        }

        iframe {
            border: none;
            height: calc(100% - 3px);
            width: 100%;
        }
    </style>
</head>
<body>
<iframe height="100%" width="100%" frameborder="0"
        src="http://www.ted.com/"></iframe>
</body>
</html>


TED is a nonpartisan nonprofit devoted to spreading ideas, usually in the form of short, powerful talks.

Many cool innovative and inspiring video content from interesting people from all over the world (English with in most cases subtitles as well)

http://developer.ted.com/API_Docs

https://www.ted.com

dehenne added a commit that referenced this issue Sep 13, 2017
@dehenne
Copy link
Collaborator

dehenne commented Sep 13, 2017

Is integrated and no Problem. Please test the performance ;-)

@dehenne dehenne closed this as completed Sep 13, 2017
@dehenne dehenne added this to the Version 2 milestone Sep 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants