I used publish.twitter.com to generate the embed code for your account’s timeline.
Using the Chrome web inspector, I then simplified your code to include that:
<div class="container">
<a class="twitter-timeline" href="https://twitter.com/AlbeaOfficial">Tweets by AlbeaOfficial</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
Finally, I called twttr.widgets.load() in my Javascript console, and the widget displayed as expected.
You’ve changed the anchor reference to this:
http://www.webpackaging.com/actions/weblink/?dest=twitter.com/AlbeaOfficial&companyId=169
That is not a valid link that the widgets.js code can parse to resolve to a Twitter timeline. You’ll need to change this to be a direct link to your Twitter profile. Making that one change should fix the issue.